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