From 4e4599e57b8a11e38ef33fac36d1e100d9ae62fc Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 28 Oct 2018 17:16:11 +0000 Subject: [PATCH] Quick fix --- code/modules/chompstation/custom_verbs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/chompstation/custom_verbs.dm b/code/modules/chompstation/custom_verbs.dm index 20753c369b..036fab7c3c 100644 --- a/code/modules/chompstation/custom_verbs.dm +++ b/code/modules/chompstation/custom_verbs.dm @@ -30,7 +30,7 @@ var/mob/living/carbon/human/H = src for(var/obj/item/organ/affecting in H.organs) if(affecting && istype(affecting)) - affecting.heal_damage(affecting.max_damage,affecting.max_damage) //ha, scuffed, oh well. + affecting.rejuvenate() //ha, scuffed, oh well. H.adjustBrainLoss(-200) H.radiation = 0 H.bodytemperature = initial(H.bodytemperature)