Adds Taur hazmat and Rad suits to lockers

As well as bomb suits.
This commit is contained in:
Neopatra
2017-10-01 09:30:32 -04:00
committed by GitHub
parent fbe8235dcd
commit 2503183c21
2 changed files with 48 additions and 0 deletions
@@ -0,0 +1,27 @@
/obj/structure/closet/l3closet/virology/New()
..()
new /obj/item/clothing/suit/bio_suit/virology/taur(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/New()
..()
new /obj/item/clothing/suit/bio_suit/security/taur(src)
new /obj/item/clothing/head/bio_hood/security(src)
/obj/structure/closet/l3closet/janitor/New()
..()
new /obj/item/clothing/suit/bio_suit/janitor/taur(src)
new /obj/item/clothing/head/bio_hood/janitor(src)
new /obj/item/clothing/mask/gas(src)
new /obj/item/weapon/tank/emergency/oxygen/engi(src)
/obj/structure/closet/l3closet/scientist/New()
..()
new /obj/item/clothing/suit/bio_suit/scientist/taur(src)
new /obj/item/clothing/head/bio_hood/scientist(src)
@@ -0,0 +1,21 @@
/obj/structure/closet/radiation/New()
..()
new /obj/item/clothing/suit/radiation/taur(src)
new /obj/item/clothing/head/radiation(src)
new /obj/item/device/geiger(src)
/obj/structure/closet/bombcloset/New()
..()
new /obj/item/clothing/suit/bomb_suit/taur( src )
new /obj/item/clothing/under/color/black( src )
new /obj/item/clothing/shoes/black( src )
new /obj/item/clothing/head/bomb_hood( src )
/obj/structure/closet/bombclosetsecurity/New()
..()
new /obj/item/clothing/suit/bomb_suit/taur/security( src )
new /obj/item/clothing/under/rank/security( src )
new /obj/item/clothing/shoes/brown( src )
new /obj/item/clothing/head/bomb_hood/security( src )