Make STEED unconditional.

This commit is contained in:
Sean Hunt
2015-02-13 21:23:56 -05:00
committed by Pasi Kallinen
parent aba6ecb7b3
commit 9759f5bf6d
62 changed files with 98 additions and 641 deletions

View File

@@ -716,7 +716,6 @@ dokick()
} else if (verysmall(youmonst.data)) {
You("are too small to do any kicking.");
no_kick = TRUE;
#ifdef STEED
} else if (u.usteed) {
if (yn_function("Kick your steed?", ynchars, 'y') == 'y') {
You("kick %s.", mon_nam(u.usteed));
@@ -725,7 +724,6 @@ dokick()
} else {
return 0;
}
#endif
} else if (Wounded_legs) {
/* note: jump() has similar code */
long wl = (EWounded_legs & BOTH_SIDES);