]> granicus.if.org Git - nethack/commitdiff
copy/paste error in horse_parts: foreclaw vs forehoof
authorcohrs <cohrs>
Tue, 15 Feb 2005 00:25:23 +0000 (00:25 +0000)
committercohrs <cohrs>
Tue, 15 Feb 2005 00:25:23 +0000 (00:25 +0000)
When horse_parts were separated from animal_parts, one "forehoof" was missed

doc/fixes34.4
src/polyself.c

index f1ca003070110f55f6874e9f1ee129cde09f5ef9..f19d1c83669dae309bbf84670618f6a0b81597b7 100644 (file)
@@ -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
index e3128394bdb98477181e5ea0bbf46ebde0f88d25..b480f2e632118275bec085c7d49238db8b8de206 100644 (file)
@@ -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",