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

@@ -1763,7 +1763,9 @@ seffect_fire(struct obj **sobjp)
burn_away_slime();
}
}
explode(cc.x, cc.y, 11, dam, SCROLL_CLASS, EXPL_FIERY);
#define ZT_SPELL_O_FIRE 11 /* explained in splatter_burning_oil(explode.c) */
explode(cc.x, cc.y, ZT_SPELL_O_FIRE, dam, SCROLL_CLASS, EXPL_FIERY);
#undef ZT_SPELL_O_FIRE
}
static void