mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user