last bunch - pline warnings while testing postcommit.pl
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user