mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
Merge pull request #10413 from KillianKirilenko/kk-suits2
Expedition Medic Cargo Crate
This commit is contained in:
committed by
Chompstation Bot
parent
f659385148
commit
238d8f2a2b
@@ -83,6 +83,20 @@
|
||||
containername = "Exploration voidsuit crate"
|
||||
access = access_explorer
|
||||
|
||||
/datum/supply_pack/voidsuits/explorer_medic
|
||||
name = "Expedition Medic voidsuits"
|
||||
contains = list(
|
||||
/obj/item/clothing/suit/space/void/exploration = 2,
|
||||
/obj/item/clothing/head/helmet/space/void/exploration = 2,
|
||||
/obj/item/clothing/mask/breath = 2,
|
||||
/obj/item/clothing/shoes/magboots = 2,
|
||||
/obj/item/weapon/tank/oxygen = 2
|
||||
)
|
||||
cost = 35
|
||||
containertype = /obj/structure/closet/crate/secure
|
||||
containername = "Expedition Medic voidsuit crate"
|
||||
access = access_explorer
|
||||
|
||||
/datum/supply_pack/voidsuits/pilot
|
||||
name = "Pilot voidsuits"
|
||||
contains = list(
|
||||
|
||||
Reference in New Issue
Block a user