From 42cf977b4da70a92d11873940bb07d2e5fb38b55 Mon Sep 17 00:00:00 2001 From: Nerezza Date: Sun, 19 Aug 2012 02:01:31 -0500 Subject: [PATCH] Janitors now get gloves/mask for biohazards. http://baystation12.net/forums/viewtopic.php?f=5&t=5222 That's the related poll. I feel that the results were an overwhelming yes, with no one not in favor. Really, it's like how atmos tech lacked magboots after ZAS was put in. Why would the guy helping to stop the spread of viruses not have this gear? --- code/game/objects/closets/l3closet.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/objects/closets/l3closet.dm b/code/game/objects/closets/l3closet.dm index 9cc2393c72c..6333d060230 100644 --- a/code/game/objects/closets/l3closet.dm +++ b/code/game/objects/closets/l3closet.dm @@ -31,6 +31,8 @@ contents = list() new /obj/item/clothing/suit/bio_suit/janitor( src ) new /obj/item/clothing/head/bio_hood/janitor( src ) + new /obj/item/clothing/gloves/latex ( src ) + new /obj/item/clothing/mask/surgical( src ) /obj/structure/closet/l3closet/scientist/New() ..()