From 9856a1d4297c0e4af0b422e41f4b4eea9fa429e7 Mon Sep 17 00:00:00 2001 From: 4dplanner <3combined@gmail.com> Date: Mon, 1 May 2017 14:38:32 +0100 Subject: [PATCH] Makes surplus crates less likely to contain implants (#26737) * Makes surplus crates less likely to contain implants * Style points --- code/modules/uplink/uplink_item.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/uplink/uplink_item.dm b/code/modules/uplink/uplink_item.dm index 3d1a8018333..d80a8e21b3c 100644 --- a/code/modules/uplink/uplink_item.dm +++ b/code/modules/uplink/uplink_item.dm @@ -1100,6 +1100,7 @@ GLOBAL_LIST_EMPTY(uplink_items) // Global list so we only initialize this once. // Implants /datum/uplink_item/implants category = "Implants" + surplus = 50 /datum/uplink_item/implants/freedom name = "Freedom Implant"