dragons have scales, not fur
body_part should return "scales" for the HAIR part of a dragon
This commit is contained in:
@@ -1174,7 +1174,7 @@ int part;
|
||||
return horse_parts[part];
|
||||
if (mptr->mlet == S_EEL && mptr != &mons[PM_JELLYFISH])
|
||||
return fish_parts[part];
|
||||
if (slithy(mptr))
|
||||
if (slithy(mptr) || (mptr->mlet == S_DRAGON && part == HAIR))
|
||||
return snake_parts[part];
|
||||
if (mptr->mlet == S_EYE)
|
||||
return sphere_parts[part];
|
||||
|
||||
Reference in New Issue
Block a user