mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 11:31:12 +01:00
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
13 lines
411 B
Plaintext
13 lines
411 B
Plaintext
/obj/structure/closet/malf/suits
|
|
desc = "It's a storage unit for operational gear."
|
|
icon_state = "syndicate"
|
|
|
|
/obj/structure/closet/malf/suits/fill()
|
|
new /obj/item/tank/jetpack/void(src)
|
|
new /obj/item/clothing/mask/breath(src)
|
|
new /obj/item/clothing/head/helmet/space/void(src)
|
|
new /obj/item/clothing/suit/space/void(src)
|
|
new /obj/item/crowbar(src)
|
|
new /obj/item/cell(src)
|
|
new /obj/item/multitool(src)
|