first try tonight: lock.c makemon.c

This commit is contained in:
keni
2011-12-30 23:10:37 +00:00
parent 404aac46c1
commit 6520bbdca9
2 changed files with 3 additions and 3 deletions

View File

@@ -952,7 +952,7 @@ int x, y;
default: impossible("magic (%d) attempted on door.", otmp->otyp);
break;
}
if (msg && cansee(x,y)) pline(msg);
if (msg && cansee(x,y)) pline1(msg);
if (loudness > 0) {
/* door was destroyed */
wake_nearto(x, y, loudness);