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:
@@ -2703,7 +2703,11 @@ int unfixable_trouble_count(is_horn)
|
||||
|
||||
if (Stoned) unfixable_trbl++;
|
||||
if (Strangled) unfixable_trbl++;
|
||||
if (Wounded_legs) unfixable_trbl++;
|
||||
if (Wounded_legs
|
||||
#ifdef STEED
|
||||
&& !u.usteed
|
||||
#endif
|
||||
) unfixable_trbl++;
|
||||
if (Slimed) unfixable_trbl++;
|
||||
/* lycanthropy is not desirable, but it doesn't actually make you feel
|
||||
bad */
|
||||
|
||||
Reference in New Issue
Block a user