summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godconduct.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-25 21:12:44 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-25 21:12:44 -0700
commit829a5c4a4e748238ef00b82d7b514533dd7bd724 (patch)
tree50f8eab7bef3b373a79348e67c92d1c832aa4dd7 /crawl-ref/source/godconduct.cc
parent254624c905d9a7eb071e5a90791bc84292046a0b (diff)
downloadcrawl-ref-829a5c4a4e748238ef00b82d7b514533dd7bd724.tar.gz
crawl-ref-829a5c4a4e748238ef00b82d7b514533dd7bd724.zip
Reword a previously reworded Dith piety gain message.
Both to make it consistent with the other relevant message, and to introduce a subtle play on "extinguishing" (always a plus in my books).
Diffstat (limited to 'crawl-ref/source/godconduct.cc')
-rw-r--r--crawl-ref/source/godconduct.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/godconduct.cc b/crawl-ref/source/godconduct.cc
index d2e9336c2e..749dc14cf6 100644
--- a/crawl-ref/source/godconduct.cc
+++ b/crawl-ref/source/godconduct.cc
@@ -1030,7 +1030,8 @@ bool did_god_conduct(conduct_type thing_done, int level, bool known,
if (you_worship(GOD_DITHMENGOS)
&& !god_hates_attacking_friend(you.religion, victim))
{
- simple_god_message(" appreciates your removing a source of fire.");
+ simple_god_message(" appreciates your extinguishing a source "
+ "of fire.");
retval = true;
piety_denom = level + 10;
piety_change = piety_denom - 6;