summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-data.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/spl-data.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/spl-data.h')
-rw-r--r--crawl-ref/source/spl-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-data.h b/crawl-ref/source/spl-data.h
index 911ed55c38..ac3122a5ab 100644
--- a/crawl-ref/source/spl-data.h
+++ b/crawl-ref/source/spl-data.h
@@ -534,7 +534,7 @@
},
{
- SPELL_LESSER_HEALING, "Lesser Healing",
+ SPELL_MINOR_HEALING, "Minor Healing",
SPTYP_HOLY,
SPFLAG_RECOVERY | SPFLAG_HELPFUL | SPFLAG_MONSTER,
2,
@@ -547,7 +547,7 @@
},
{
- SPELL_GREATER_HEALING, "Greater Healing",
+ SPELL_MAJOR_HEALING, "Major Healing",
SPTYP_HOLY,
SPFLAG_RECOVERY | SPFLAG_HELPFUL | SPFLAG_MONSTER,
6,