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
+5 -7
View File
@@ -974,15 +974,13 @@ dochat()
return(0);
}
#ifdef STEED
if (u.usteed && u.dz > 0) {
if (!u.usteed->mcanmove || u.usteed->msleeping) {
pline("%s seems not to notice you.", Monnam(u.usteed));
return(1);
} else
return (domonnoise(u.usteed));
if (!u.usteed->mcanmove || u.usteed->msleeping) {
pline("%s seems not to notice you.", Monnam(u.usteed));
return(1);
} else
return (domonnoise(u.usteed));
}
#endif
if (u.dz) {
pline("They won't hear you %s there.", u.dz < 0 ? "up" : "down");