buglist: Vlad can turn to flee and be paralyzed at the same time
This is a cop-out in that it just suppresses the message.
This commit is contained in:
@@ -214,7 +214,7 @@ boolean fleemsg;
|
||||
if (fleetime == 1) fleetime++;
|
||||
mtmp->mfleetim = min(fleetime, 127);
|
||||
}
|
||||
if (!mtmp->mflee && fleemsg && canseemon(mtmp))
|
||||
if (!mtmp->mflee && fleemsg && canseemon(mtmp) && !mtmp->mfrozen)
|
||||
pline("%s turns to flee!", (Monnam(mtmp)));
|
||||
mtmp->mflee = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user