summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godwrath.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/godwrath.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/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 cb635c8190..15c82b5aca 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 _dithmengos_random_shadow(const int count, const int tier)
+static bool _dithmenos_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 _dithmengos_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 Dithmengos",
+ "the darkness of Dithmenos",
true, 0, 0, you.pos(), 0,
- GOD_DITHMENGOS);
+ GOD_DITHMENOS);
temp.extra_flags |= (MF_NO_REWARD | MF_HARD_RESET);
@@ -1177,10 +1177,10 @@ static bool _fedhas_retribution()
return true;
}
-static bool _dithmengos_retribution()
+static bool _dithmenos_retribution()
{
// shadow theme
- const god_type god = GOD_DITHMENGOS;
+ const god_type god = GOD_DITHMENOS;
switch(random2(4))
{
@@ -1192,7 +1192,7 @@ static bool _dithmengos_retribution()
const int tier = div_rand_round(you.experience_level, 9);
while (how_many-- > 0)
{
- if (_dithmengos_random_shadow(count, tier))
+ if (_dithmenos_random_shadow(count, tier))
count++;
}
simple_god_message(count ? " calls forth shadows to punish you."
@@ -1209,7 +1209,7 @@ static bool _dithmengos_retribution()
{
if (create_monster(
mgen_data::hostile_at(
- RANDOM_MOBILE_MONSTER, "the darkness of Dithmengos",
+ RANDOM_MOBILE_MONSTER, "the darkness of Dithmenos",
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_DITHMENGOS: do_more = _dithmengos_retribution(); break;
+ case GOD_DITHMENOS: do_more = _dithmenos_retribution(); break;
case GOD_ASHENZARI:
// No reduction with time.