slight changes to firecloset contents. Added 20% chance to it spawning hardhats and replaced the most basic firecloset contents from an em. oxy tank to an extinguisher.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@813 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-01-08 15:06:11 +00:00
parent 24d0abf18c
commit 1363ca6d2f
+4 -2
View File
@@ -9,7 +9,7 @@
if ("nothing")
//better luck next time
if ("bare-bones")
new /obj/item/weapon/tank/emergency_oxygen(src)
new /obj/item/weapon/extinguisher(src)
if ("basic")
new /obj/item/clothing/mask/breath(src)
new /obj/item/weapon/tank/emergency_oxygen(src)
@@ -18,8 +18,10 @@
new /obj/item/clothing/mask/breath(src)
new /obj/item/weapon/tank/oxygen(src)
new /obj/item/weapon/extinguisher(src)
new /obj/item/clothing/head/helmet/hardhat(src)
if ("untouched")
new /obj/item/clothing/mask/breath(src)
new /obj/item/weapon/tank/oxygen(src)
new /obj/item/weapon/extinguisher(src)
new /obj/item/clothing/suit/fire/firefighter(src)
new /obj/item/clothing/suit/fire/firefighter(src)
new /obj/item/clothing/head/helmet/hardhat(src)