Fixes fire lockers. They actually start with stuff in them.

This commit is contained in:
meyar
2013-08-23 20:39:08 -04:00
parent 63cf0cb303
commit c0d264fed7
@@ -202,6 +202,16 @@
density = 0
wall_mounted = 1
/obj/structure/closet/hydrant/New()
..()
sleep(2)
new /obj/item/clothing/suit/fire/firefighter(src)
new /obj/item/clothing/mask/gas(src)
new /obj/item/device/flashlight(src)
new /obj/item/weapon/tank/oxygen/red(src)
new /obj/item/weapon/extinguisher(src)
new /obj/item/clothing/head/hardhat/red(src)
/*
* First Aid
*/