summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
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;