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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user