mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-27 14:46:57 +01:00
Update l3closet.dm
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
/obj/structure/closet/l3closet/virology
|
||||
icon_state = "bio_viro"
|
||||
icon_door = "bio_viro"
|
||||
|
||||
/obj/structure/closet/l3closet/virology/PopulateContents()
|
||||
new /obj/item/storage/bag/bio( src )
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
|
||||
/obj/structure/closet/l3closet/security
|
||||
icon_state = "bio_sec"
|
||||
icon_door = "bio_sec"
|
||||
|
||||
/obj/structure/closet/l3closet/security/PopulateContents()
|
||||
new /obj/item/clothing/suit/bio_suit/security( src )
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
/obj/structure/closet/l3closet/janitor
|
||||
icon_state = "bio_jan"
|
||||
icon_door = "bio_jan"
|
||||
|
||||
/obj/structure/closet/l3closet/janitor/PopulateContents()
|
||||
new /obj/item/clothing/suit/bio_suit/janitor( src )
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
|
||||
/obj/structure/closet/l3closet/scientist
|
||||
icon_state = "bio_viro"
|
||||
icon_door = "bio_sci"
|
||||
|
||||
/obj/structure/closet/l3closet/scientist/PopulateContents()
|
||||
new /obj/item/storage/bag/bio( src )
|
||||
|
||||
Reference in New Issue
Block a user