mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
16 lines
432 B
Plaintext
16 lines
432 B
Plaintext
|
|
/obj/structure/closet/malf/suits
|
|
desc = "It's a storage unit for operational gear."
|
|
icon_state = "syndicate"
|
|
icon_closed = "syndicate"
|
|
icon_opened = "syndicateopen"
|
|
|
|
/obj/structure/closet/malf/suits/New()
|
|
..()
|
|
new /obj/item/tank/jetpack/void(src)
|
|
new /obj/item/clothing/mask/breath(src)
|
|
new /obj/effect/nasavoidsuitspawner(src)
|
|
new /obj/item/crowbar(src)
|
|
new /obj/item/stock_parts/cell(src)
|
|
new /obj/item/multitool(src)
|