postcommit.pl 1.82: mthrowu.c music.c

This commit is contained in:
keni
2011-12-30 23:47:06 +00:00
parent 178f66dbe4
commit 623119a4b6
2 changed files with 2 additions and 2 deletions

View File

@@ -449,7 +449,7 @@ struct obj *obj; /* missile (or stack providing it) */
if (blindinc) {
u.ucreamed += blindinc;
make_blinded(Blinded + (long)blindinc, FALSE);
if (!Blind) Your(vision_clears);
if (!Blind) Your1(vision_clears);
}
}

View File

@@ -691,7 +691,7 @@ struct obj *instr;
return do_improvisation(instr);
nevermind:
pline(Never_mind);
pline1(Never_mind);
return 0;
}