Make STEED unconditional.
This commit is contained in:
+5
-7
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user