Firefighting Gear (#11806)

This commit is contained in:
Geeves
2021-05-24 01:16:07 -03:00
committed by GitHub
parent b9a0fa050f
commit 227acb530b
18 changed files with 77 additions and 37 deletions
@@ -38,7 +38,7 @@
new /obj/item/device/radio/headset/qm(src)
new /obj/item/device/radio/headset/qm/alt(src)
new /obj/item/clothing/gloves/black(src)
new /obj/item/clothing/suit/fire/firefighter(src)
new /obj/item/clothing/suit/fire(src)
new /obj/item/tank/emergency_oxygen(src)
new /obj/item/clothing/mask/gas(src)
new /obj/item/clothing/head/softcap/cargo(src)
@@ -90,19 +90,19 @@
icon_opened = "fireclosetopen"
/obj/structure/closet/firecloset/fill()
new /obj/item/clothing/suit/fire/firefighter(src)
new /obj/item/clothing/head/hardhat/firefighter(src)
new /obj/item/clothing/suit/fire(src)
new /obj/item/clothing/mask/gas(src)
new /obj/item/tank/oxygen/red(src)
new /obj/item/extinguisher(src)
new /obj/item/clothing/head/hardhat/red(src)
/obj/structure/closet/firecloset/full/fill()
new /obj/item/clothing/suit/fire/firefighter(src)
new /obj/item/clothing/head/hardhat/firefighter(src)
new /obj/item/clothing/suit/fire(src)
new /obj/item/clothing/mask/gas(src)
new /obj/item/device/flashlight(src)
new /obj/item/tank/oxygen/red(src)
new /obj/item/extinguisher(src)
new /obj/item/clothing/head/hardhat/red(src)
@@ -216,12 +216,12 @@
wall_mounted = 1
/obj/structure/closet/hydrant/fill()
new /obj/item/clothing/suit/fire/firefighter(src)
new /obj/item/clothing/head/hardhat/firefighter(src)
new /obj/item/clothing/suit/fire(src)
new /obj/item/clothing/mask/gas(src)
new /obj/item/device/flashlight(src)
new /obj/item/tank/oxygen/red(src)
new /obj/item/extinguisher(src)
new /obj/item/clothing/head/hardhat/red(src)
if (prob(25))
new /obj/item/ladder_mobile(src)