summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 887cba6fd1..b3e262f237 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1779,6 +1779,11 @@ int your_spells( int spc2, int powc, bool allow_fail )
cast_summon_butterflies(powc);
break;
+ case SPELL_EXCRUCIATING_WOUNDS:
+ if (!brand_weapon(SPWPN_PAIN, powc))
+ canned_msg(MSG_SPELL_FIZZLES);
+ break;
+
case SPELL_WARP_BRAND:
if (!brand_weapon(SPWPN_DISTORTION, powc))
canned_msg(MSG_SPELL_FIZZLES);