From c5e23e5f34cef7260911c2b82ebb5708e5a5f9b2 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 3 Jan 2009 19:37:35 +0000 Subject: Add one more skeleton change: Allow vampires' bottling blood from corpses to leave skeletons 25% of the time, as butchering them does. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8176 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/misc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/misc.h') diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h index 4f2a5ffddc..9eb46eaf11 100644 --- a/crawl-ref/source/misc.h +++ b/crawl-ref/source/misc.h @@ -39,7 +39,8 @@ void pick_up_blood_potions_stack( item_def &stack, int quant ); bool can_bottle_blood_from_corpse( int mons_type ); int num_blood_potions_from_corpse( int mons_class, int chunk_type = -1 ); -void turn_corpse_into_blood_potions ( item_def &item ); +void turn_corpse_into_blood_potions (item_def &item); +void turn_corpse_into_skeleton_and_blood_potions(item_def &item); void split_potions_into_decay( int obj, int amount, bool need_msg = true ); bool victim_can_bleed(int montype); -- cgit v1.2.3-54-g00ecf