+2
-1
@@ -2894,7 +2894,8 @@ ustatusline(void)
|
|||||||
Strcat(info, ", stunned");
|
Strcat(info, ", stunned");
|
||||||
if (!u.usteed && Wounded_legs) {
|
if (!u.usteed && Wounded_legs) {
|
||||||
const char *what = body_part(LEG);
|
const char *what = body_part(LEG);
|
||||||
if ((Wounded_legs & BOTH_SIDES) == BOTH_SIDES)
|
if (((EWounded_legs & BOTH_SIDES) == BOTH_SIDES) ||
|
||||||
|
((HWounded_legs & BOTH_SIDES) == BOTH_SIDES))
|
||||||
what = makeplural(what);
|
what = makeplural(what);
|
||||||
Sprintf(eos(info), ", injured %s", what);
|
Sprintf(eos(info), ", injured %s", what);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user