From a0cc33a8fd5907c525b1ec49c0b518e3af776d11 Mon Sep 17 00:00:00 2001 From: cohrs Date: Tue, 15 Feb 2005 00:25:23 +0000 Subject: [PATCH] copy/paste error in horse_parts: foreclaw vs forehoof When horse_parts were separated from animal_parts, one "forehoof" was missed --- doc/fixes34.4 | 1 + src/polyself.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/fixes34.4 b/doc/fixes34.4 index f1ca00307..f19d1c836 100644 --- a/doc/fixes34.4 +++ b/doc/fixes34.4 @@ -90,6 +90,7 @@ nymphs and monkeys can't steal rings worn under gloves monkeys can't steal rings worn under cursed weapon succubi will remove hero's gloves before taking worn ring; incubi will do so before forcing ring to be put on +mbodypart should return forehoof, not foreclaw, for horselike monsters Platform- and/or Interface-Specific Fixes diff --git a/src/polyself.c b/src/polyself.c index e3128394b..b480f2e63 100644 --- a/src/polyself.c +++ b/src/polyself.c @@ -1189,7 +1189,7 @@ int part; "light headed", "neck", "spine", "toe", "feathers", "blood", "lung", "bill", "stomach" }, *horse_parts[] = { "foreleg", "eye", "face", "forehoof", "hoof tip", - "rear hoof", "foreclaw", "hooved", "head", "rear leg", + "rear hoof", "forehoof", "hooved", "head", "rear leg", "light headed", "neck", "backbone", "rear hoof tip", "mane", "blood", "lung", "nose", "stomach"}, *sphere_parts[] = { "appendage", "optic nerve", "body", "tentacle",