last bunch - pline warnings while testing postcommit.pl

This commit is contained in:
keni
2012-01-04 18:52:36 +00:00
parent f95549512a
commit 52aa3efcce
9 changed files with 28 additions and 32 deletions

View File

@@ -417,8 +417,8 @@ int roomno;
msg1 = buf;
}
if (msg1 && can_speak && !Deaf) {
verbalize(msg1);
if (msg2) verbalize(msg2);
verbalize1(msg1);
if (msg2) verbalize1(msg2);
epri_p->enter_time = moves + (long)d(10, 100); /* ~505 */
}
if (!sanctum) {
@@ -525,7 +525,7 @@ register struct monst *priest;
priest->mcanmove = 1;
}
priest->mpeaceful = 0;
verbalize(cranky_msg[rn2(3)]);
verbalize1(cranky_msg[rn2(3)]);
return;
}