summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-06-01 11:27:51 -0400
committerNeil Moore <neil@s-z.org>2014-06-01 11:27:51 -0400
commit4d4ff43f837018d2e42d0f7146bee24f64630ee4 (patch)
tree18b9d97402715896b2c08f56a91b6874c63f5dfe /crawl-ref/source/godabil.h
parent3441e6d64d92f4b750885abab6cea84f507db422 (diff)
downloadcrawl-ref-4d4ff43f837018d2e42d0f7146bee24f64630ee4.tar.gz
crawl-ref-4d4ff43f837018d2e42d0f7146bee24f64630ee4.zip
Make dith shadows throw the correct item (#8623)
Diffstat (limited to 'crawl-ref/source/godabil.h')
-rw-r--r--crawl-ref/source/godabil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h
index 01b967dd4c..b9edd2de5c 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -81,7 +81,7 @@ bool dithmenos_shadow_step();
monster* shadow_monster(bool equip = true);
void shadow_monster_reset(monster *mon);
void dithmenos_shadow_melee(actor* target);
-void dithmenos_shadow_throw(coord_def target);
+void dithmenos_shadow_throw(coord_def target, const item_def &item);
void dithmenos_shadow_spell(bolt* orig_beam, spell_type spell);
int gozag_porridge_price();