From abda8eb1f0513097c7c3eabdc603d8c683a79ce5 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 9 Mar 2008 16:58:55 +0000 Subject: Yet another TSO update: remove the "Annihilate Undead" ability, and comment out the related code for now, in case it's useful later. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3554 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/religion.cc') diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc index 72e38ac3dc..cd767dcfb3 100644 --- a/crawl-ref/source/religion.cc +++ b/crawl-ref/source/religion.cc @@ -197,7 +197,7 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] = // TSO { "gain power from killing evil in The Shining One's name", "call upon The Shining One for a divine shield", - "dispel the undead", + "", "hurl blasts of cleansing flame", "summon a divine warrior" }, // Kikubaaqudgha @@ -282,7 +282,7 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] = // TSO { "gain power from killing evil in The Shining One's name", "call upon The Shining One for a divine shield", - "dispel the undead", + "", "hurl blasts of cleansing flame", "summon a divine warrior" }, // Kikubaaqudgha -- cgit v1.2.3-54-g00ecf