ADDED costume restocking unit

REMOVED many useless comments
ADDED invoke vending_refill consutructor superclass

ADDED: Cargo can order the autodrobe supply crate
This commit is contained in:
Kyrah Abattoir
2013-11-18 16:25:36 +01:00
parent 6042dbe667
commit e6ee419f47
4 changed files with 24 additions and 29 deletions
+7
View File
@@ -987,3 +987,10 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
cost = 30
containername = "crate" //let's keep it subtle, eh?
contraband = 1
/datum/supply_packs/misc/autodrobe
name = "Autodrobe Supply crate"
contains = list(/obj/item/weapon/vending_refill/autodrobe,
/obj/item/weapon/vending_refill/autodrobe)
cost = 15
containername = "autodrobe supply crate"