summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-01 23:02:29 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-01 23:24:51 -0700
commit22f25ab0e848bb3f03d7bd4c0331fda178b879c3 (patch)
treea3e9023d6803619e7763bbbabde03b488a1b788d /crawl-ref/source/misc.h
parentd20dde44ce56c0dfcf7ade7f691b479748ebcafe (diff)
downloadcrawl-ref-22f25ab0e848bb3f03d7bd4c0331fda178b879c3.tar.gz
crawl-ref-22f25ab0e848bb3f03d7bd4c0331fda178b879c3.zip
Split butchering/bottling into a new file
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index 776c65faa4..65f5230322 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -23,19 +23,8 @@ void emergency_untransform();
void merfolk_start_swimming(bool step = false);
void merfolk_stop_swimming();
void trackers_init_new_level(bool transit);
-void maybe_drop_monster_hide(const item_def corpse);
-int get_max_corpse_chunks(monster_type mons_class);
-bool turn_corpse_into_skeleton(item_def &item);
-void turn_corpse_into_chunks(item_def &item, bool bloodspatter = true,
- bool make_hide = true);
-void butcher_corpse(item_def &item, maybe_bool skeleton = MB_MAYBE,
- bool chunks = true);
-
-bool check_blood_corpses_on_ground();
-bool can_bottle_blood_from_corpse(monster_type mons_class);
-int num_blood_potions_from_corpse(monster_type mons_class, int chunk_type = -1);
-void turn_corpse_into_blood_potions(item_def &item);
-void turn_corpse_into_skeleton_and_blood_potions(item_def &item);
+string get_desc_quantity(const int quant, const int total,
+ string whose = "your");
void bleed_onto_floor(const coord_def& where, monster_type mon, int damage,
bool spatter = false, bool smell_alert = true,