summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-14 21:09:26 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-14 21:27:49 +0100
commit5e976748e012e6235a1d12328afc23994dcdaf21 (patch)
tree57d1d866a7366f81c8dfb5e0c866709142e1314a /crawl-ref/source/religion.cc
parent94f5f2f5190977bdb792bb94752836f4d76016dc (diff)
downloadcrawl-ref-5e976748e012e6235a1d12328afc23994dcdaf21.tar.gz
crawl-ref-5e976748e012e6235a1d12328afc23994dcdaf21.zip
Don't say "sacrificing corpses" wrt Kiku's torment, giving back sounds bad.
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 9e99867dac..8ff2dbcc04 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -221,7 +221,7 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"",
"",
"Kikubaaqudgha is protecting you from unholy torment.",
- "invoke torment by sacrificing corpses" },
+ "invoke torment by praying over a corpse" },
// Yredelemnul
{ "animate remains",
"recall your undead slaves",
@@ -328,7 +328,7 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"",
"",
"Kikubaaqudgha will no longer protect you from unholy torment.",
- "invoke torment by sacrificing corpses" },
+ "invoke torment by praying over a corpse" },
// Yredelemnul
{ "animate remains",
"recall your undead slaves",