Apply suggestions from code review

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
Luc
2021-10-13 19:46:49 -04:00
committed by GitHub
co-authored by Farie82
parent f4c69a3cff
commit 7a18aa254e
@@ -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()