follow-up bit

This commit is contained in:
nethack.allison
2004-08-24 00:00:09 +00:00
parent 31bf37ee7c
commit 50ab8bf9c5

View File

@@ -868,9 +868,10 @@ dochat()
#ifdef STEED
if (u.usteed && u.dz > 0) {
if (!u.usteed->mcanmove || u.usteed->msleeping)
if (!u.usteed->mcanmove || u.usteed->msleeping) {
pline("%s seems not to notice you.", Monnam(u.usteed));
else
return(1);
} else
return (domonnoise(u.usteed));
}
#endif