From a42bacb9fa33a805bc4c53be0f3b764274aa0664 Mon Sep 17 00:00:00 2001 From: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com> Date: Sun, 28 Apr 2024 15:53:29 -0400 Subject: [PATCH] fifty percent off deal (#25243) --- code/modules/surgery/organs/augments_internal.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/surgery/organs/augments_internal.dm b/code/modules/surgery/organs/augments_internal.dm index b366926e503..97ea59781f4 100644 --- a/code/modules/surgery/organs/augments_internal.dm +++ b/code/modules/surgery/organs/augments_internal.dm @@ -739,12 +739,12 @@ if(crit_fail) return if(owner.maxHealth == owner.health) - owner.adjust_nutrition(-0.5) + owner.adjust_nutrition(-0.25) return //Passive damage scanning owner.adjustBruteLoss(-0.5, robotic = TRUE) owner.adjustFireLoss(-0.5, robotic = TRUE) - owner.adjust_nutrition(-4) //Very power inefficent. Hope you got an APC nearby. + owner.adjust_nutrition(-2) //Very power inefficent. Hope you got an APC nearby. /obj/item/organ/internal/cyberimp/chest/ipc_repair/emp_act(severity) if(!owner || emp_proof || crit_fail)