summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.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/goditem.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/goditem.cc')
-rw-r--r--crawl-ref/source/goditem.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/goditem.cc b/crawl-ref/source/goditem.cc
index 07e837f5ce..913da6fe38 100644
--- a/crawl-ref/source/goditem.cc
+++ b/crawl-ref/source/goditem.cc
@@ -614,7 +614,7 @@ conduct_type god_hates_item_handling(const item_def &item)
}
break;
- case GOD_DITHMENGOS:
+ case GOD_DITHMENOS:
if (item_type_known(item) && is_illuminating_item(item))
return DID_ILLUMINATE;
@@ -727,7 +727,7 @@ bool god_dislikes_spell_discipline(int discipline, god_type god)
case GOD_ELYVILON:
return discipline & (SPTYP_CONJURATION | SPTYP_SUMMONING);
- case GOD_DITHMENGOS:
+ case GOD_DITHMENOS:
return discipline & SPTYP_FIRE;
default: