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.
This commit is contained in:
ikarrus
2014-09-04 22:56:29 -06:00
parent 28a7ba6a6d
commit a2535e07dc
+7
View File
@@ -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 ////////////////////////////////////////