From 5d1e6b8b46f8c41ebd09dbd9e86ed59ef6f91e1f Mon Sep 17 00:00:00 2001 From: IrkallaEpsilon <42441793+IrkallaEpsilon@users.noreply.github.com> Date: Thu, 16 Aug 2018 15:31:05 +0200 Subject: [PATCH] Removes Atmos Grenades from Surplus Getting a grenade set you can RARELY use due to server rules is just terrible. The same reason why the singularity beacon was removed from surplus. It prevents mass destruction because of people thinking "I got it from surplus so its fine to use I guess". --- code/datums/uplink_item.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 952711f3063..23ca436e1b1 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -500,6 +500,7 @@ var/list/uplink_items = list() reference = "AGG" item = /obj/item/storage/box/syndie_kit/atmosgasgrenades cost = 11 + surplus = 0 /datum/uplink_item/dangerous/emp name = "EMP Grenades and Implanter Kit"