more PR #771 - blast vs spell

Add the patch from entrez to describe the tower of flame effect from
a scroll of fire as "the blast" rather than "your spell" if it reveals
a secret door.
This commit is contained in:
PatR
2022-05-28 14:09:31 -07:00
parent 07a2ba6b54
commit ef9d874c22
3 changed files with 10 additions and 3 deletions

View File

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