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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user