mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-06 07:22:42 +00:00
86 lines
2.6 KiB
Plaintext
86 lines
2.6 KiB
Plaintext
/obj/structure/closet/l3closet
|
|
name = "level-3 biohazard suit closet"
|
|
desc = "It's a storage unit for level-3 biohazard gear."
|
|
icon_state = "bio"
|
|
icon_closed = "bio"
|
|
icon_opened = "bioopen"
|
|
|
|
/obj/structure/closet/l3closet/general
|
|
icon_state = "bio_general"
|
|
icon_closed = "bio_general"
|
|
icon_opened = "bio_generalopen"
|
|
|
|
/obj/structure/closet/l3closet/general/New()
|
|
..()
|
|
new /obj/item/clothing/suit/bio_suit/general(src)
|
|
new /obj/item/clothing/head/bio_hood/general(src)
|
|
|
|
|
|
/obj/structure/closet/l3closet/virology
|
|
icon_state = "bio_virology"
|
|
icon_closed = "bio_virology"
|
|
icon_opened = "bio_virologyopen"
|
|
|
|
/obj/structure/closet/l3closet/virology/New()
|
|
..()
|
|
new /obj/item/clothing/suit/bio_suit/virology(src)
|
|
new /obj/item/clothing/head/bio_hood/virology(src)
|
|
new /obj/item/clothing/mask/gas(src)
|
|
new /obj/item/weapon/tank/oxygen(src)
|
|
|
|
|
|
/obj/structure/closet/l3closet/security
|
|
icon_state = "bio_security"
|
|
icon_closed = "bio_security"
|
|
icon_opened = "bio_securityopen"
|
|
|
|
/obj/structure/closet/l3closet/security/New()
|
|
..()
|
|
new /obj/item/clothing/suit/bio_suit/security(src)
|
|
new /obj/item/clothing/head/bio_hood/security(src)
|
|
|
|
|
|
/obj/structure/closet/l3closet/janitor
|
|
icon_state = "bio_janitor"
|
|
icon_closed = "bio_janitor"
|
|
icon_opened = "bio_janitoropen"
|
|
|
|
/obj/structure/closet/l3closet/janitor/New()
|
|
..()
|
|
new /obj/item/clothing/suit/bio_suit/janitor(src)
|
|
new /obj/item/clothing/suit/bio_suit/janitor(src)
|
|
new /obj/item/clothing/head/bio_hood/janitor(src)
|
|
new /obj/item/clothing/head/bio_hood/janitor(src)
|
|
new /obj/item/clothing/mask/gas(src)
|
|
new /obj/item/clothing/mask/gas(src)
|
|
new /obj/item/weapon/tank/emergency_oxygen/engi(src)
|
|
new /obj/item/weapon/tank/emergency_oxygen/engi(src)
|
|
|
|
|
|
/obj/structure/closet/l3closet/scientist
|
|
icon_state = "bio_scientist"
|
|
icon_closed = "bio_scientist"
|
|
icon_opened = "bio_scientistopen"
|
|
|
|
/obj/structure/closet/l3closet/scientist/New()
|
|
..()
|
|
new /obj/item/clothing/suit/bio_suit/scientist(src)
|
|
new /obj/item/clothing/head/bio_hood/scientist(src)
|
|
|
|
|
|
/obj/structure/closet/l3closet/medical
|
|
icon_state = "bio_scientist"
|
|
icon_closed = "bio_scientist"
|
|
icon_opened = "bio_scientistopen"
|
|
|
|
/obj/structure/closet/l3closet/medical/New()
|
|
..()
|
|
new /obj/item/clothing/suit/bio_suit/general(src)
|
|
new /obj/item/clothing/suit/bio_suit/general(src)
|
|
new /obj/item/clothing/suit/bio_suit/general(src)
|
|
new /obj/item/clothing/head/bio_hood/general(src)
|
|
new /obj/item/clothing/head/bio_hood/general(src)
|
|
new /obj/item/clothing/head/bio_hood/general(src)
|
|
new /obj/item/clothing/mask/gas(src)
|
|
new /obj/item/clothing/mask/gas(src)
|
|
new /obj/item/clothing/mask/gas(src) |