summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.h')
-rw-r--r--crawl-ref/source/monstuff.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/monstuff.h b/crawl-ref/source/monstuff.h
index cce7636b59..f1e2349bbc 100644
--- a/crawl-ref/source/monstuff.h
+++ b/crawl-ref/source/monstuff.h
@@ -108,6 +108,10 @@ void behaviour_event(monsters *mon, int event_type, int src = MHITNOT,
* *********************************************************************** */
bool curse_an_item(bool decay_potions, bool quiet = false);
+
+void monster_drop_ething(monsters *monster, bool mark_item_origins = false,
+ int owner_id = NON_ITEM);
+
/* ***********************************************************************
* called from: fight
* *********************************************************************** */