hostile prisoner chat

<email deleted> wrote:
> * #chatting to hostile prisoners gives "This will teach you not to disturb me!"
> This only makes sense for djinn and water demons.

I don't have a clue what they should say, this only deals with
what they shouldn't say.
This commit is contained in:
nethack.allison
2006-04-14 15:26:45 +00:00
parent b9db663de1
commit f9314448f7

View File

@@ -643,7 +643,14 @@ register struct monst *mtmp;
pline_msg = "gurgles.";
else
verbl_msg = "I'm free!";
} else verbl_msg = "This will teach you not to disturb me!";
} else {
if (ptr != &mons[PM_PRISONER])
verbl_msg = "This will teach you not to disturb me!";
#if 0
else
verbl_msg = "??????????";
#endif
}
break;
case MS_BOAST: /* giants */
if (!mtmp->mpeaceful) {