From cf1b4beb2d59596d200bfe2a398d5ba093e88096 Mon Sep 17 00:00:00 2001 From: haranp Date: Tue, 16 Jan 2007 15:13:22 +0000 Subject: 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 --- crawl-ref/source/enum.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') 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} }; -- cgit v1.2.3-54-g00ecf