first try tonight: lock.c makemon.c
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user