Make STEED unconditional.
This commit is contained in:
+1
-4
@@ -692,10 +692,7 @@ xchar x, y;
|
||||
register long side = rn2(3) ? LEFT_SIDE : RIGHT_SIDE;
|
||||
pline(pullmsg, "bear trap");
|
||||
set_wounded_legs(side, rn1(1000, 500));
|
||||
#ifdef STEED
|
||||
if (!u.usteed)
|
||||
#endif
|
||||
{
|
||||
if (!u.usteed) {
|
||||
Your("%s %s is severely damaged.",
|
||||
(side == LEFT_SIDE) ? "left" : "right",
|
||||
body_part(LEG));
|
||||
|
||||
Reference in New Issue
Block a user