summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
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/godabil.h
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/godabil.h')
-rw-r--r--crawl-ref/source/godabil.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h
index 3a0ca2b7a1..c676034293 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -75,8 +75,8 @@ bool ashenzari_end_transfer(bool finished = false, bool force = false);
bool can_convert_to_beogh();
void spare_beogh_convert();
-bool dsomething_shadow_step();
-void dsomething_shadow_melee(actor* target);
-void dsomething_shadow_throw(coord_def target);
-void dsomething_shadow_spell(coord_def target, spell_type spell);
+bool dithmengos_shadow_step();
+void dithmengos_shadow_melee(actor* target);
+void dithmengos_shadow_throw(coord_def target);
+void dithmengos_shadow_spell(coord_def target, spell_type spell);
#endif