summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godconduct.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/godconduct.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/godconduct.cc')
-rw-r--r--crawl-ref/source/godconduct.cc18
1 files changed, 9 insertions, 9 deletions
diff --git a/crawl-ref/source/godconduct.cc b/crawl-ref/source/godconduct.cc
index 2eb073b834..e90906aff6 100644
--- a/crawl-ref/source/godconduct.cc
+++ b/crawl-ref/source/godconduct.cc
@@ -336,7 +336,7 @@ bool did_god_conduct(conduct_type thing_done, int level, bool known,
case GOD_TROG:
case GOD_BEOGH:
case GOD_LUGONU:
- case GOD_DITHMENGOS:
+ case GOD_DITHMENOS:
if (god_hates_attacking_friend(you.religion, victim))
break;
@@ -364,7 +364,7 @@ bool did_god_conduct(conduct_type thing_done, int level, bool known,
case GOD_MAKHLEB:
case GOD_BEOGH:
case GOD_LUGONU:
- case GOD_DITHMENGOS:
+ case GOD_DITHMENOS:
if (god_hates_attacking_friend(you.religion, victim))
break;
@@ -393,7 +393,7 @@ bool did_god_conduct(conduct_type thing_done, int level, bool known,
case GOD_KIKUBAAQUDGHA:
case GOD_BEOGH:
case GOD_LUGONU:
- case GOD_DITHMENGOS:
+ case GOD_DITHMENOS:
if (god_hates_attacking_friend(you.religion, victim))
break;
@@ -524,7 +524,7 @@ bool did_god_conduct(conduct_type thing_done, int level, bool known,
case GOD_MAKHLEB:
case GOD_BEOGH:
case GOD_LUGONU:
- case GOD_DITHMENGOS:
+ case GOD_DITHMENOS:
if (god_hates_attacking_friend(you.religion, victim))
break;
@@ -981,7 +981,7 @@ bool did_god_conduct(conduct_type thing_done, int level, bool known,
break;
case DID_ILLUMINATE:
- if (you_worship(GOD_DITHMENGOS))
+ if (you_worship(GOD_DITHMENOS))
{
if (!known)
{
@@ -998,7 +998,7 @@ bool did_god_conduct(conduct_type thing_done, int level, bool known,
break;
case DID_KILL_ILLUMINATING:
- if (you_worship(GOD_DITHMENGOS)
+ if (you_worship(GOD_DITHMENOS)
&& !god_hates_attacking_friend(you.religion, victim))
{
simple_god_message(" appreciates your extinguishing a source "
@@ -1010,7 +1010,7 @@ bool did_god_conduct(conduct_type thing_done, int level, bool known,
break;
case DID_FIRE:
- if (you_worship(GOD_DITHMENGOS))
+ if (you_worship(GOD_DITHMENOS))
{
if (!known)
{
@@ -1027,7 +1027,7 @@ bool did_god_conduct(conduct_type thing_done, int level, bool known,
break;
case DID_KILL_FIERY:
- if (you_worship(GOD_DITHMENGOS)
+ if (you_worship(GOD_DITHMENOS)
&& !god_hates_attacking_friend(you.religion, victim))
{
simple_god_message(" appreciates your extinguishing a source "
@@ -1061,7 +1061,7 @@ bool did_god_conduct(conduct_type thing_done, int level, bool known,
simple_god_message(" accepts your kill.");
retval = true;
}
- if (you_worship(GOD_DITHMENGOS))
+ if (you_worship(GOD_DITHMENOS))
{
piety_change *= 2;
piety_denom *= 3;