Files
kiwistation/code/game/objects/closets/janitor.dm
T
baloh.matevz 32936abf26 New look for the bio suits and their closets
Replaced all existing biosuits and hoods with the new sprites.

changelog updated

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1054 316c924e-a436-60f5-8080-3fe189b3f50e
2011-02-18 02:01:49 +00:00

18 lines
631 B
Plaintext

/obj/closet/jcloset/New()
..()
sleep(2)
new /obj/item/clothing/suit/bio_suit/janitor(src)
new /obj/item/clothing/head/bio_hood/janitor(src)
new /obj/item/clothing/under/rank/janitor(src)
new /obj/item/clothing/under/rank/janitor(src)
new /obj/item/clothing/shoes/black(src)
new /obj/item/clothing/shoes/black(src)
new /obj/item/device/flashlight(src)
new /obj/item/clothing/shoes/galoshes(src)
new /obj/item/weapon/caution(src)
new /obj/item/weapon/caution(src)
new /obj/item/weapon/caution(src)
new /obj/item/weapon/caution(src)
new /obj/item/weapon/caution(src)
new /obj/item/weapon/caution(src)