Add two new IPC implants, an EMP resist and a Defensive implant (#30911)

* add two new IPC implants

* make EMP resisted IPCs take less body damage but more organ damage

* oops
This commit is contained in:
Pooble
2025-12-03 12:38:26 -05:00
committed by GitHub
parent 101af16180
commit 2ac3fb2b3e
8 changed files with 54 additions and 4 deletions
@@ -162,6 +162,8 @@
/obj/item/organ/internal/cyberimp/chest/ipc_repair = 5,
/obj/item/organ/internal/cyberimp/chest/ipc_joints/magnetic_joints = 5,
/obj/item/organ/internal/cyberimp/chest/ipc_joints/sealed = 5,
/obj/item/organ/internal/cyberimp/chest/ipc_joints/emp_shield = 5,
/obj/item/organ/internal/cyberimp/chest/ipc_joints/sealed_and_emp = 1,
/obj/item/autosurgeon/organ = 1,
/obj/item/flag/species/machine = 2
)