From 6af4f202468b61c9176e7b30068c369d5a423d5b Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Tue, 26 Nov 2024 13:20:17 -0600 Subject: [PATCH] fix ashes appearing for divine thump --- src/game/boe.combat.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/boe.combat.cpp b/src/game/boe.combat.cpp index b8f511699..d62e1881d 100644 --- a/src/game/boe.combat.cpp +++ b/src/game/boe.combat.cpp @@ -3987,7 +3987,8 @@ bool monst_cast_priest(cCreature *caster,short targ) { if(r1 > 29) r1 = 29; start_missile_anim(); place_spell_pattern(radius2,target,eDamageType::MAGIC,r1,7 ); - ashes_loc = target; + // Note: This used to place ashes on the target square, but the spell description + // doesn't describe fire or combustion, only force. break; default: add_string_to_buf(" Error: Priest spell " + (*spell).name() + " not implemented for monsters.", 4);