diff --git a/code/game/jobs/job/syndicate_jobs.dm b/code/game/jobs/job/syndicate_jobs.dm index 1f3168aeb77..48b860282ba 100644 --- a/code/game/jobs/job/syndicate_jobs.dm +++ b/code/game/jobs/job/syndicate_jobs.dm @@ -42,6 +42,10 @@ /obj/item/implant/dust ) + cybernetic_implants = list( + /obj/item/organ/internal/cyberimp/chest/nutriment/plus/hardened + ) + /datum/outfit/job/syndicateofficer/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) . = ..() if(visualsOnly)