summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-19 15:48:48 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-19 15:48:48 +0000
commit9ba6df824d81aa3d2d28592bded11d94928d44cf (patch)
treea7b44e8a0ca896bfe2518d8cd0c86c58f9f37d6c /crawl-ref/source/religion.cc
parent1737c573580a2fe55f56aaebd92bc34200e524a7 (diff)
downloadcrawl-ref-9ba6df824d81aa3d2d28592bded11d94928d44cf.tar.gz
crawl-ref-9ba6df824d81aa3d2d28592bded11d94928d44cf.zip
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
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc4
1 files changed, 2 insertions, 2 deletions
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",