summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-14 01:25:44 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-14 01:25:44 +0100
commitf3308ac8fa35cd80d3139f0b6428a9d8d79b95a0 (patch)
tree4b6fbe3a103789f9e32b5e3873371e049e30e983 /crawl-ref/source/religion.cc
parent3854b12e446192147cb4e5ec6723185ebe797269 (diff)
downloadcrawl-ref-f3308ac8fa35cd80d3139f0b6428a9d8d79b95a0.tar.gz
crawl-ref-f3308ac8fa35cd80d3139f0b6428a9d8d79b95a0.zip
Remove references to butchery, it's sacrifice by prayer now.
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 d73c96a309..9e99867dac 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 butchering corpses during prayer" },
+ "invoke torment by sacrificing corpses" },
// 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 butchering corpses during prayer" },
+ "invoke torment by sacrificing corpses" },
// Yredelemnul
{ "animate remains",
"recall your undead slaves",