From 948c3f23296a777e2005f083576200d9d8711bbc Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 2 May 2008 23:55:20 +0000 Subject: 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 --- crawl-ref/source/effects.cc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'crawl-ref/source/effects.cc') 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; -- cgit v1.2.3-54-g00ecf