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

@@ -400,7 +400,7 @@ boolean td; /* td == TRUE : trap door or hole */
dont_fall = "are jerked back by your pet!";
}
if (dont_fall) {
You(dont_fall);
You1(dont_fall);
/* hero didn't fall through, but any objects here might */
impact_drop((struct obj *)0, u.ux, u.uy, 0);
if (!td) {
@@ -2919,7 +2919,7 @@ domagictrap()
if (!resists_blnd(&youmonst)) {
You("are momentarily blinded by a flash of light!");
make_blinded((long)rn1(5,10),FALSE);
if (!Blind) Your(vision_clears);
if (!Blind) Your1(vision_clears);
} else if (!Blind) {
You_see("a flash of light!");
} else if (!Deaf) {