summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-16 15:13:22 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-16 15:13:22 +0000
commitcf1b4beb2d59596d200bfe2a398d5ba093e88096 (patch)
tree8b115c54bcf07e8743d30fe5ee78c10da145df8d /crawl-ref/source/spl-cast.cc
parent9fedab78247928ef13ffe313bd7ec8ed04af7d32 (diff)
downloadcrawl-ref-cf1b4beb2d59596d200bfe2a398d5ba093e88096.tar.gz
crawl-ref-cf1b4beb2d59596d200bfe2a398d5ba093e88096.zip
Implemented 1633681, Excruciating Wounds spell. Better wording welcome.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@854 c06c8d41-db1a-0410-9941-cceddc491573
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);