Skip to content

Commit

Permalink
copy/paste error in horse_parts: foreclaw vs forehoof
Browse files Browse the repository at this point in the history
When horse_parts were separated from animal_parts, one "forehoof" was missed
  • Loading branch information
cohrs committed Feb 15, 2005
1 parent 4a4fc8f commit a0cc33a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/fixes34.4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/polyself.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a0cc33a

Please sign in to comment.