summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index 31e92ee619..b967684ac4 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -71,6 +71,10 @@ void trackers_init_new_level(bool transit);
* *********************************************************************** */
void turn_corpse_into_chunks( item_def &item );
+bool can_bottle_blood_from_corpse( int mons_type );
+void turn_corpse_into_blood_potions ( item_def &item );
+void split_blood_potions_into_decay( int obj, int amount = -1 );
+
void bleed_onto_floor(int x, int y, int mon, int damage, bool spatter = false);
// last updated 12may2000 {dlb}