From d1ca4f6fd6f14e743f0ccdcc4a2ddef9343f10e2 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sun, 7 Sep 2025 19:54:36 -0700 Subject: [PATCH] [MIRROR] Make the dud implants in the loadout free (#11580) Co-authored-by: nesquik <24830358+lbnesquik@users.noreply.github.com> --- .../client/preference_setup/loadout/loadout_cyberware.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_cyberware.dm b/code/modules/client/preference_setup/loadout/loadout_cyberware.dm index d66a45e100..c82bf6abd1 100644 --- a/code/modules/client/preference_setup/loadout/loadout_cyberware.dm +++ b/code/modules/client/preference_setup/loadout/loadout_cyberware.dm @@ -17,7 +17,7 @@ display_name = "implant, generic, primary" description = "An implant with no obvious purpose." path = /obj/item/implant - cost = 1 + cost = 0 /datum/gear/utility/implant/generic/second display_name = "implant, generic, secondary"