summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godconduct.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-10 10:18:41 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-10 11:27:24 -0700
commit1234fb6cedba4e972b695f564448bdcdb25edc9f (patch)
tree2aa444f17e90db9e45dc44fa2c3d1c6d83a150b8 /crawl-ref/source/godconduct.cc
parent6de48f855940f775d86d2b683f3ad37d779b385d (diff)
downloadcrawl-ref-1234fb6cedba4e972b695f564448bdcdb25edc9f.tar.gz
crawl-ref-1234fb6cedba4e972b695f564448bdcdb25edc9f.zip
Give the shadow god a non-placeholder name: Dithmengos.
Diffstat (limited to 'crawl-ref/source/godconduct.cc')
-rw-r--r--crawl-ref/source/godconduct.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/godconduct.cc b/crawl-ref/source/godconduct.cc
index 436945104e..5cb40cb653 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_DSOMETHING:
+ case GOD_DITHMENGOS:
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_DSOMETHING:
+ case GOD_DITHMENGOS:
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_DSOMETHING:
+ case GOD_DITHMENGOS:
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_DSOMETHING:
+ case GOD_DITHMENGOS:
if (god_hates_attacking_friend(you.religion, victim))
break;