summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-02 05:07:07 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-02 05:07:07 +0000
commit83ea81594f83f749d21a9f5f57b9b92525f717ad (patch)
tree86923646075b7af67fbf9d397345837566f526f6 /crawl-ref/source/enum.h
parentd9575442e5d43a10daa931f4ac63d419473e0e72 (diff)
downloadcrawl-ref-83ea81594f83f749d21a9f5f57b9b92525f717ad.tar.gz
crawl-ref-83ea81594f83f749d21a9f5f57b9b92525f717ad.zip
Change Elyvilon's healing abilities back to Lesser and Greater Healing,
respectively, and rename the healing spells to Minor and Major Healing instead. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9308 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 9f24460b02..26154eac6a 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2663,8 +2663,8 @@ enum spell_type
SPELL_VENOM_BOLT,
SPELL_OLGREBS_TOXIC_RADIANCE,
SPELL_TELEPORT_OTHER, // 30
- SPELL_LESSER_HEALING,
- SPELL_GREATER_HEALING,
+ SPELL_MINOR_HEALING,
+ SPELL_MAJOR_HEALING,
SPELL_DEATHS_DOOR,
SPELL_SELECTIVE_AMNESIA,
SPELL_MASS_CONFUSION, // 35