Make STEED unconditional.

This commit is contained in:
Sean Hunt
2015-03-17 18:45:49 +02:00
committed by Pasi Kallinen
parent aba6ecb7b3
commit 9759f5bf6d
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");