summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-02-10 19:53:52 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-02-10 19:53:52 -0700
commit8ac5a44c68917fa44982063b71092573f49036e0 (patch)
treece659eff3dabfc71bd5bc5f195b3baf3608d4d4f /crawl-ref/source/ouch.cc
parent5358f5b16d339fdc1462138340e8b4fb27cd799a (diff)
downloadcrawl-ref-8ac5a44c68917fa44982063b71092573f49036e0.tar.gz
crawl-ref-8ac5a44c68917fa44982063b71092573f49036e0.zip
s/Dithmengos/Dithmenos/ (dpeg).
At least three devs are probably waiting for this to be pushed if they're not about to push it themselves. So now it's done.
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index 383efc962e..2db296efd6 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -943,7 +943,7 @@ static void _maybe_fog(int dam)
- upper_threshold
* (you.piety - piety_breakpoint(2))
/ (MAX_PIETY - piety_breakpoint(2));
- if (you_worship(GOD_DITHMENGOS)
+ if (you_worship(GOD_DITHMENOS)
&& you.piety >= piety_breakpoint(2)
&& (dam > 0 && you.form == TRAN_SHADOW
|| dam >= lower_threshold