summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-02 23:55:20 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-02 23:55:20 +0000
commit948c3f23296a777e2005f083576200d9d8711bbc (patch)
tree39fa5afc8e77f87c484153fc4330937c93ed03f4 /crawl-ref/source/effects.cc
parent2d1079de4a7bca25573f3a4e737a9079a183a5b9 (diff)
downloadcrawl-ref-948c3f23296a777e2005f083576200d9d8711bbc.tar.gz
crawl-ref-948c3f23296a777e2005f083576200d9d8711bbc.zip
Add proper sources for Zin's and TSO's holy word effects (from the
sanctuary and the weapon blessing, respectively). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4817 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 3a97f65896..b0b0b33115 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -88,6 +88,14 @@ bool holy_word_player(int pow, int caster)
case HOLY_WORD_SCROLL:
aux = "scroll of holy word";
break;
+
+ case HOLY_WORD_ZIN:
+ aux = "Zin's holy word";
+ break;
+
+ case HOLY_WORD_SHINING_ONE:
+ aux = "The Shining One's holy word";
+ break;
}
caster = HOLY_WORD_GENERIC;