Fix some steed/wounded legs things. Also add a wizard-only enlightenment

message specifying that the steed has wounded legs.
This commit is contained in:
arromdee
2002-01-12 05:37:33 +00:00
parent f64c0ac241
commit d5d7f15007
8 changed files with 47 additions and 13 deletions

View File

@@ -457,8 +457,7 @@ dismount_steed(reason)
You("%s off of %s!", verb, mon_nam(mtmp));
if (!have_spot) have_spot = landing_spot(&cc,1);
losehp(rn1(10,10), "riding accident", KILLED_BY_AN);
HWounded_legs += rn1(5, 5);
EWounded_legs |= BOTH_SIDES;
set_wounded_legs(BOTH_SIDES, HWounded_legs + rn1(5,5));
repair_leg_damage = FALSE;
break;
case DISMOUNT_POLY: