more github issue #771 - feedback for oil potion \

explosion that reveals a secret door

Make the fix to feedback when an exploding potion of oil reveals a
door and then destroys it not affect other zap_over_floor feedback.
This incorporates the followup comment from entrez.
This commit is contained in:
PatR
2022-05-23 17:49:37 -07:00
parent 99cacd3105
commit 11de1496b1
2 changed files with 21 additions and 8 deletions

View File

@@ -82,6 +82,9 @@ explode(
default:
break;
}
} else if (olet == BURNING_OIL) {
/* used to provide extra information to zap_over_floor() */
exploding_wand_typ = POT_OIL;
}
/* muse_unslime: SCR_FIRE */
if (expltype < 0) {