From 9ba6df824d81aa3d2d28592bded11d94928d44cf Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 19 Oct 2008 15:48:48 +0000 Subject: Rename Yred's "Animate Corpse" ability to "Animate Remains". git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7281 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 94aa8900a2..5fa3d994da 100644 --- a/crawl-ref/source/religion.cc +++ b/crawl-ref/source/religion.cc @@ -209,7 +209,7 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] = "", "summon an emissary of Death" }, // Yredelemnul - { "animate corpses", + { "animate remains", "recall your undead slaves", "animate legions of the dead", "drain ambient lifeforce", @@ -295,7 +295,7 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] = "", "summon an emissary of Death" }, // Yredelemnul - { "animate corpses", + { "animate remains", "recall your undead slaves", "animate legions of the dead", "drain ambient lifeforce", -- cgit v1.2.3-54-g00ecf