summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-01 21:58:07 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-01 23:24:48 -0700
commitd20dde44ce56c0dfcf7ade7f691b479748ebcafe (patch)
tree9a4532191645b68ee7a6b0885735f811bbcd4721 /crawl-ref/source/misc.h
parentfc78f0c065fcd4d19bddc74daaf1d70cc5c68792 (diff)
downloadcrawl-ref-d20dde44ce56c0dfcf7ade7f691b479748ebcafe.tar.gz
crawl-ref-d20dde44ce56c0dfcf7ade7f691b479748ebcafe.zip
Move blood rotting into a new file
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index 34cc6ee106..776c65faa4 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -31,15 +31,6 @@ void turn_corpse_into_chunks(item_def &item, bool bloodspatter = true,
void butcher_corpse(item_def &item, maybe_bool skeleton = MB_MAYBE,
bool chunks = true);
-void init_stack_blood_potions(item_def &stack, int age = -1);
-string get_desc_quantity(const int quant, const int total,
- string whose = "your");
-void maybe_coagulate_blood_potions_floor(int obj);
-void maybe_coagulate_blood_potions_inv(item_def &blood);
-int remove_oldest_blood_potion(item_def &stack);
-void remove_newest_blood_potion(item_def &stack, int quant = -1);
-void merge_blood_potion_stacks(item_def &source, item_def &dest, int quant);
-
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);