From cae09efd79b3c435250eae9e2aa82339db4fe392 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Mon, 5 Feb 2018 00:49:53 -0600 Subject: [PATCH] [MIRROR] Romerol works on dead people (#5305) * Romerol works on dead people (#34870) :cl: coiax balance: Romerol is now effective on dead bodies, not just ones that are still alive. /:cl: Why? Because it seems silly that a zombie virus requires someone to be alive, and zombie claws work on dead bodies. * Romerol works on dead people --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index d80e43b8a4..4988ed339e 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -1660,7 +1660,7 @@ can_synth = 0 taste_description = "brains" -/datum/reagent/romerol/on_mob_life(mob/living/carbon/human/H) +/datum/reagent/romerol/reaction_mob(mob/living/carbon/human/H, method=TOUCH, reac_volume) // Silently add the zombie infection organ to be activated upon death if(!H.getorganslot(ORGAN_SLOT_ZOMBIE)) var/obj/item/organ/zombie_infection/ZI = new()