summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godwrath.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/godwrath.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/godwrath.cc')
-rw-r--r--crawl-ref/source/godwrath.cc16
1 files changed, 8 insertions, 8 deletions
diff --git a/crawl-ref/source/godwrath.cc b/crawl-ref/source/godwrath.cc
index 5dec9a900d..cb635c8190 100644
--- a/crawl-ref/source/godwrath.cc
+++ b/crawl-ref/source/godwrath.cc
@@ -100,7 +100,7 @@ static bool _okawaru_random_servant()
return create_monster(temp, false);
}
-static bool _dsomething_random_shadow(const int count, const int tier)
+static bool _dithmengos_random_shadow(const int count, const int tier)
{
monster_type mon_type = MONS_SHADOW;
if (tier >= 2 && count == 0 && coinflip())
@@ -109,9 +109,9 @@ static bool _dsomething_random_shadow(const int count, const int tier)
mon_type = MONS_SHADOW_DEMON;
mgen_data temp = mgen_data::hostile_at(mon_type,
- "the darkness of Dsomething",
+ "the darkness of Dithmengos",
true, 0, 0, you.pos(), 0,
- GOD_DSOMETHING);
+ GOD_DITHMENGOS);
temp.extra_flags |= (MF_NO_REWARD | MF_HARD_RESET);
@@ -1177,10 +1177,10 @@ static bool _fedhas_retribution()
return true;
}
-static bool _dsomething_retribution()
+static bool _dithmengos_retribution()
{
// shadow theme
- const god_type god = GOD_DSOMETHING;
+ const god_type god = GOD_DITHMENGOS;
switch(random2(4))
{
@@ -1192,7 +1192,7 @@ static bool _dsomething_retribution()
const int tier = div_rand_round(you.experience_level, 9);
while (how_many-- > 0)
{
- if (_dsomething_random_shadow(count, tier))
+ if (_dithmengos_random_shadow(count, tier))
count++;
}
simple_god_message(count ? " calls forth shadows to punish you."
@@ -1209,7 +1209,7 @@ static bool _dsomething_retribution()
{
if (create_monster(
mgen_data::hostile_at(
- RANDOM_MOBILE_MONSTER, "the darkness of Dsomething",
+ RANDOM_MOBILE_MONSTER, "the darkness of Dithmengos",
true, 4, MON_SUMM_WRATH, you.pos(), 0, god)))
{
count++;
@@ -1276,7 +1276,7 @@ bool divine_retribution(god_type god, bool no_bonus, bool force)
case GOD_JIYVA: do_more = _jiyva_retribution(); break;
case GOD_FEDHAS: do_more = _fedhas_retribution(); break;
case GOD_CHEIBRIADOS: do_more = _cheibriados_retribution(); break;
- case GOD_DSOMETHING: do_more = _dsomething_retribution(); break;
+ case GOD_DITHMENGOS: do_more = _dithmengos_retribution(); break;
case GOD_ASHENZARI:
// No reduction with time.