summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
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/enum.h
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/enum.h')
-rw-r--r--crawl-ref/source/enum.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 76f0763b15..fc89fe9381 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -3399,7 +3399,8 @@ enum spell_type
SPELL_STONESKIN, // 200
SPELL_SIMULACRUM,
SPELL_CONJURE_BALL_LIGHTNING,
- SPELL_CHAIN_LIGHTNING, // 203 (be wary of 209/210, see below)
+ SPELL_CHAIN_LIGHTNING,
+ SPELL_EXCRUCIATING_WOUNDS, // 204 (be wary of 209/210, see below)
NUM_SPELLS,
SPELL_NO_SPELL = 210 // 210 - added 22jan2000 {dlb}
};