From 9c18d4fdad22d794b018a011f85a550607f4b607 Mon Sep 17 00:00:00 2001 From: KeRSe Date: Tue, 28 Jan 2020 15:53:29 -0500 Subject: [PATCH] makes stimulants no longer purchasable by gangs --- code/game/gamemodes/gangs/gang_items.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/game/gamemodes/gangs/gang_items.dm b/code/game/gamemodes/gangs/gang_items.dm index 2e9ca4dcc0..ac41a91370 100644 --- a/code/game/gamemodes/gangs/gang_items.dm +++ b/code/game/gamemodes/gangs/gang_items.dm @@ -290,12 +290,6 @@ datum/gang_item/clothing/shades //Addition: Why not have cool shades on a gang m cost = 5 item_path = /obj/item/grenade/syndieminibomb/concussion/frag -/datum/gang_item/equipment/stimpack - name = "Black Market Stimulants" - id = "stimpack" - cost = 12 - item_path = /obj/item/reagent_containers/syringe/stimulants - /datum/gang_item/equipment/implant_breaker name = "Implant Breaker" id = "implant_breaker"