Cancellation explodes magical traps

This commit is contained in:
Pasi Kallinen
2022-01-28 08:30:08 +02:00
parent a6a7af368f
commit c722962713
9 changed files with 52 additions and 10 deletions

View File

@@ -314,7 +314,7 @@ explode(
tmp_at(DISP_END, 0); /* clear the explosion */
} else {
if (olet == MON_EXPLODE) {
if (olet == MON_EXPLODE || olet == TRAP_EXPLODE) {
str = "explosion";
generic = TRUE;
}