mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Apply suggestions from code review
Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user