This commit is contained in:
Fox-McCloud
2015-06-30 21:24:26 -04:00
parent 62ef1cb7e2
commit a569c898e9
3 changed files with 12 additions and 11 deletions
+12 -3
View File
@@ -519,21 +519,30 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
access = access_eva
/datum/supply_packs/engineering/inflatable
name = "Inflatable barriers"
name = "Inflatable barriers Crate"
contains = list(/obj/item/weapon/storage/briefcase/inflatable,
/obj/item/weapon/storage/briefcase/inflatable,
/obj/item/weapon/storage/briefcase/inflatable)
cost = 20
containername = "Inflatable Barrier Crate"
/datum/supply_packs/engineering/teg
name = "Thermo-Electric Generator"
/datum/supply_packs/engineering/engine/supermatter_shard
name = "Supermatter Shard Crate"
contains = list(/obj/machinery/power/supermatter_shard)
cost = 50 //So cargo thinks twice before killing themselves with it
containertype = /obj/structure/closet/crate/secure
containername = "supermatter shard crate"
access = access_ce
/datum/supply_packs/engineering/engine/teg
name = "Thermo-Electric Generator Crate"
contains = list(
/obj/machinery/power/generator,
/obj/machinery/atmospherics/binary/circulator,
/obj/machinery/atmospherics/binary/circulator
)
cost = 25
containertype = /obj/structure/closet/crate/secure
containername = "Thermo-Electric Generator Components"
access = access_ce