mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
Puts a couple of crates into the right file
This commit is contained in:
@@ -80,4 +80,29 @@
|
|||||||
cost = 25
|
cost = 25
|
||||||
containertype = /obj/structure/closet/crate/secure/large
|
containertype = /obj/structure/closet/crate/secure/large
|
||||||
containername = "Disposal Dispenser Crate"
|
containername = "Disposal Dispenser Crate"
|
||||||
access = access_atmospherics
|
access = access_atmospherics
|
||||||
|
|
||||||
|
/datum/supply_packs/atmos/internals
|
||||||
|
name = "Internals crate"
|
||||||
|
contains = list(
|
||||||
|
/obj/item/clothing/mask/gas = 3,
|
||||||
|
/obj/item/weapon/tank/air = 3
|
||||||
|
)
|
||||||
|
cost = 10
|
||||||
|
containertype = /obj/structure/closet/crate/internals
|
||||||
|
containername = "Internals crate"
|
||||||
|
|
||||||
|
/datum/supply_packs/atmos/evacuation
|
||||||
|
name = "Emergency equipment"
|
||||||
|
contains = list(
|
||||||
|
/obj/item/weapon/storage/toolbox/emergency = 2,
|
||||||
|
/obj/item/clothing/suit/storage/hazardvest = 2,
|
||||||
|
/obj/item/clothing/suit/storage/vest = 2,
|
||||||
|
/obj/item/weapon/tank/emergency_oxygen/engi = 4,
|
||||||
|
/obj/item/clothing/suit/space/emergency = 4,
|
||||||
|
/obj/item/clothing/head/helmet/space/emergency = 4,
|
||||||
|
/obj/item/clothing/mask/gas = 4
|
||||||
|
)
|
||||||
|
cost = 35
|
||||||
|
containertype = /obj/structure/closet/crate/internals
|
||||||
|
containername = "Emergency crate"
|
||||||
|
|||||||
@@ -70,28 +70,3 @@
|
|||||||
cost = 10
|
cost = 10
|
||||||
containertype = "/obj/structure/closet/crate"
|
containertype = "/obj/structure/closet/crate"
|
||||||
containername = "Webbing crate"
|
containername = "Webbing crate"
|
||||||
|
|
||||||
/datum/supply_packs/atmos/internals
|
|
||||||
name = "Internals crate"
|
|
||||||
contains = list(
|
|
||||||
/obj/item/clothing/mask/gas = 3,
|
|
||||||
/obj/item/weapon/tank/air = 3
|
|
||||||
)
|
|
||||||
cost = 10
|
|
||||||
containertype = /obj/structure/closet/crate/internals
|
|
||||||
containername = "Internals crate"
|
|
||||||
|
|
||||||
/datum/supply_packs/atmos/evacuation
|
|
||||||
name = "Emergency equipment"
|
|
||||||
contains = list(
|
|
||||||
/obj/item/weapon/storage/toolbox/emergency = 2,
|
|
||||||
/obj/item/clothing/suit/storage/hazardvest = 2,
|
|
||||||
/obj/item/clothing/suit/storage/vest = 2,
|
|
||||||
/obj/item/weapon/tank/emergency_oxygen/engi = 4,
|
|
||||||
/obj/item/clothing/suit/space/emergency = 4,
|
|
||||||
/obj/item/clothing/head/helmet/space/emergency = 4,
|
|
||||||
/obj/item/clothing/mask/gas = 4
|
|
||||||
)
|
|
||||||
cost = 35
|
|
||||||
containertype = /obj/structure/closet/crate/internals
|
|
||||||
containername = "Emergency crate"
|
|
||||||
Reference in New Issue
Block a user