From 3c8674651cf11769345c712cfddac8c2b4958695 Mon Sep 17 00:00:00 2001 From: nesquik <24830358+lbnesquik@users.noreply.github.com> Date: Sun, 7 Sep 2025 22:00:02 +0200 Subject: [PATCH] Makes the useless implants free. (#18421) --- .../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 d66a45e1005..c82bf6abd1a 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"