From a2535e07dcc99310a98ff7953eff90d42328bbbc Mon Sep 17 00:00:00 2001 From: ikarrus Date: Thu, 4 Sep 2014 22:56:29 -0600 Subject: [PATCH] Adds high-end Syndicate crate to cargo A high-end crate for traitors. Siphon funds to the Syndicate and they will sneak a reward for you with the next shipment. Gives you a random syndicate bundle for 140 points. --- code/datums/supplypacks.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/datums/supplypacks.dm b/code/datums/supplypacks.dm index 48d99e1d71c..9117327fa3c 100644 --- a/code/datums/supplypacks.dm +++ b/code/datums/supplypacks.dm @@ -156,6 +156,13 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine containername = "special ops crate" hidden = 1 +/datum/supply_packs/emergency/syndicate + name = "#ERROR NULL ENTRY" + contains = list(/obj/item/weapon/storage/box/syndicate) + cost = 140 + containertype = /obj/structure/closet/crate + containername = "crate" + hidden = 1 ////////////////////////////////////////////////////////////////////////////// //////////////////////////// Security ////////////////////////////////////////