From b031c23a9ee8ae501322969306c4bd4b44c14abb Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Fri, 16 Jan 2015 21:09:07 -0800 Subject: [PATCH] woop woop warning fix woop woop --- code/modules/reagents/Chemistry-Goon-Medicine.dm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/code/modules/reagents/Chemistry-Goon-Medicine.dm b/code/modules/reagents/Chemistry-Goon-Medicine.dm index 82eec77c59c..ca28e5c1c56 100644 --- a/code/modules/reagents/Chemistry-Goon-Medicine.dm +++ b/code/modules/reagents/Chemistry-Goon-Medicine.dm @@ -497,13 +497,7 @@ datum/reagent/strange_reagent/reaction_mob(var/mob/living/carbon/human/M as mob, M.gib() else if(M.stat == DEAD) var/mob/dead/observer/ghost = M.get_ghost() - var/total_burn = 0 - var/total_brute = 0 - var/health = M.health M.visible_message("[M]'s body convulses a bit.") - for(var/obj/item/organ/limb/O in M.organs) - total_brute += O.brute_dam - total_burn += O.burn_dam if(M.health <= config.health_threshold_dead && !M.suiciding && !ghost && !(NOCLONE in M.mutations)) M.stat = 1 dead_mob_list -= M @@ -640,4 +634,4 @@ proc/chemical_mob_spawn(var/datum/reagents/holder, var/amount_to_spawn, var/reac name = "Mutadone" id = "mutadone" description = "Chance to remove genetic disabilities." - color = "#C8A5DC" // rgb: 200, 165, 220 \ No newline at end of file + color = "#C8A5DC" // rgb: 200, 165, 220