From a0adf64c6c5a544d1b8993053144662d7c6aa12e Mon Sep 17 00:00:00 2001 From: Artur Date: Wed, 12 Feb 2020 12:52:36 +0200 Subject: [PATCH] Lets see if it works now --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 699c425c8d..06afcf256e 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -185,6 +185,11 @@ /datum/reagent/blood/tomato/on_mob_life(mob/living/carbon/C) //So it bloodsuckers cant use this as an unlimited blood supply return +/datum/reagent/blood/reaction_mob(mob/living/L, method=TOUCH, reac_volume) + if(isvamp(C)) + var/datum/antagonist/bloodsucker/bloodsuckerdatum = mind.has_antag_datum(ANTAG_DATUM_BLOODSUCKER) + bloodsuckerdatum.handle_eat_human_food(reac_volume * 2) + return /datum/reagent/blood/jellyblood/on_mob_life(mob/living/carbon/M) if(prob(10))