mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-16 12:32:37 +00:00
A bunch of fixes for various stuff that's been broken about the bag of holding. It should work as intended, now. Made wet floor signs fit in boxes. Cleaned up the janitor's closet a bit. Optimised the vault wiring a bit. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2580 316c924e-a436-60f5-8080-3fe189b3f50e
13 lines
439 B
Plaintext
13 lines
439 B
Plaintext
/obj/structure/closet/jcloset/New()
|
|
..()
|
|
sleep(2)
|
|
new /obj/item/clothing/under/rank/janitor(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)
|
|
new /obj/item/weapon/trashbag(src) |