From c16e28ef71bfe0f835ada4eecb71bb5f83607625 Mon Sep 17 00:00:00 2001 From: Markolie Date: Mon, 9 Feb 2015 03:14:48 +0100 Subject: [PATCH] Remove webbing crate --- code/datums/supplypacks.dm | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/code/datums/supplypacks.dm b/code/datums/supplypacks.dm index 2240b646949..de49b586def 100755 --- a/code/datums/supplypacks.dm +++ b/code/datums/supplypacks.dm @@ -260,18 +260,6 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee containertype = /obj/structure/closet/crate containername = "Wizard costume crate" group = "Operations" - -/datum/supply_packs/randomised/webbing - name = "Webbing crate" - num_contained = 1 - contains = list(/obj/item/clothing/accessory/holster, - /obj/item/clothing/accessory/storage/brown_vest, - /obj/item/clothing/accessory/storage/webbing, - /obj/item/clothing/accessory/storage) - cost = 15 - containertype = /obj/structure/closet/crate - containername = "Webbing crate" - group = "Operations" /datum/supply_packs/mule name = "MULEbot Crate"