mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
OSHA approved map changes
- More fire lockers and oxy closets in places. - All elevator entrances have emergency shutters in front of them, which can be used as a defacto airlock if needed. - All fire closets have emergency toolboxes now. - Other minor map edits.
This commit is contained in:
@@ -7,15 +7,23 @@
|
||||
|
||||
/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 )
|
||||
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 )
|
||||
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)
|
||||
|
||||
/obj/structure/closet/firecloset/New()
|
||||
..()
|
||||
new /obj/item/weapon/storage/toolbox/emergency(src)
|
||||
|
||||
/obj/structure/closet/hydrant/New()
|
||||
..()
|
||||
new /obj/item/weapon/storage/toolbox/emergency(src)
|
||||
Reference in New Issue
Block a user