Make STEED unconditional.

This commit is contained in:
Sean Hunt
2015-02-27 19:33:01 -05:00
parent 264dc66129
commit 9e65758947
62 changed files with 98 additions and 641 deletions
-2
View File
@@ -250,13 +250,11 @@ dig(VOID_ARGS)
You("fumble and drop %s.", yname(uwep));
dropx(uwep);
} else {
#ifdef STEED
if (u.usteed)
pline("%s and %s %s!",
Yobjnam2(uwep, "bounce"), otense(uwep, "hit"),
mon_nam(u.usteed));
else
#endif
pline("Ouch! %s and %s you!",
Yobjnam2(uwep, "bounce"), otense(uwep, "hit"));
set_wounded_legs(RIGHT_SIDE, 5 + rnd(5));