mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-23 03:56:27 +01:00
Gives them a 'starts_with' (well, renames the existing one. Someone ported it but never actually applied it anywhere).
15 lines
443 B
Plaintext
15 lines
443 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"
|
|
|
|
starts_with = list(
|
|
/obj/item/weapon/tank/jetpack/void,
|
|
/obj/item/clothing/mask/breath,
|
|
/obj/item/clothing/head/helmet/space/void,
|
|
/obj/item/clothing/suit/space/void,
|
|
/obj/item/weapon/crowbar,
|
|
/obj/item/weapon/cell,
|
|
/obj/item/device/multitool)
|