Merge pull request #3634 from VOREStation/aro-taur_suits_must_die

Removes taur suits
This commit is contained in:
Aronai Sieyes
2018-05-08 19:09:29 -04:00
committed by GitHub
28 changed files with 5486 additions and 1381 deletions

View File

@@ -1,27 +0,0 @@
/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)

View File

@@ -1,13 +1,11 @@
/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)
@@ -15,7 +13,6 @@
/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)