Verbose reversion follow-up

This commit is contained in:
nhmall
2023-10-29 21:02:47 -04:00
parent 6cbefc7c2d
commit a3f452bbe0
5 changed files with 17 additions and 174 deletions

View File

@@ -912,7 +912,7 @@ kick_door(coordxy x, coordxy y, int avrg_attrib)
boolean shopdoor = *in_rooms(x, y, SHOPBASE) ? TRUE : FALSE;
/* break the door */
if (gm.maploc->doormask & D_TRAPPED) {
if (Verbose(0, dokick))
if (flags.verbose)
You("kick the door.");
exercise(A_STR, FALSE);
gm.maploc->doormask = D_NODOOR;