From 7a18aa254ed20f3e469a0aba9c3b18bb7a0d77d9 Mon Sep 17 00:00:00 2001 From: Luc <89928798+lewcc@users.noreply.github.com> Date: Wed, 13 Oct 2021 19:46:49 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Farie82 --- 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 47475cf5826..db9dff4d582 100644 --- a/code/modules/surgery/organs/augments_internal.dm +++ b/code/modules/surgery/organs/augments_internal.dm @@ -304,10 +304,10 @@ slot = "stomach" origin_tech = "materials=2;powerstorage=2;biotech=2" -/obj/item/organ/internal/cyberimp/chest/nutriment/hardened/Initialize(mapload) +/obj/item/organ/internal/cyberimp/chest/nutriment/Initialize(mapload) . = ..() // Define this here so it doesn't need to be redefined for each sub-implant - if (emp_proof) + if(emp_proof) desc += " The implant has been hardened. It is invulnerable to EMPs." /obj/item/organ/internal/cyberimp/chest/nutriment/on_life()