Makes Fire Extinguishers Bulky (Adv. Fire Extinuishers & Mini Extinguishers Exempt) + Adds Mini Extinguishers To Mining Vendor + Survival Boxes & Makes Non-Pocket Extinguishers Hold More (#15537)

* Update extinguisher.dm

* Update machine_vending.dm

* Update boxes.dm

* guh
This commit is contained in:
Vaelophis Nyx
2022-09-04 08:18:21 -05:00
committed by GitHub
parent 67a813daf3
commit a1270b52d8
3 changed files with 14 additions and 2 deletions

View File

@@ -128,6 +128,7 @@
new /obj/item/clothing/mask/breath(src)
new /obj/item/tank/internals/emergency_oxygen(src)
new /obj/item/reagent_containers/autoinjector/medipen(src)
new /obj/item/extinguisher/mini(src)
if(HAS_TRAIT(SSstation, STATION_TRAIT_PREMIUM_INTERNALS))
new /obj/item/flashlight/flare(src)
@@ -142,6 +143,7 @@
new /obj/item/tank/internals/emergency_oxygen(src)
new /obj/item/crowbar/red(src)
new /obj/item/gps/mining(src)
new /obj/item/extinguisher/mini(src)
new /obj/item/reagent_containers/autoinjector/medipen(src)
// Engineer survival box
@@ -149,6 +151,7 @@
new /obj/item/clothing/mask/breath(src)
new /obj/item/tank/internals/emergency_oxygen/engi(src)
new /obj/item/reagent_containers/autoinjector/medipen(src)
new /obj/item/extinguisher/mini(src)
/obj/item/storage/box/engineer/radio/PopulateContents()
..() // we want the regular items too.
@@ -158,12 +161,14 @@
/obj/item/storage/box/syndie/PopulateContents()
new /obj/item/clothing/mask/gas/syndicate(src)
new /obj/item/tank/internals/emergency_oxygen/engi(src)
new /obj/item/extinguisher/mini(src)
// Security survival box
/obj/item/storage/box/security/PopulateContents()
new /obj/item/clothing/mask/gas/sechailer(src)
new /obj/item/tank/internals/emergency_oxygen(src)
new /obj/item/reagent_containers/autoinjector/medipen(src)
new /obj/item/extinguisher/mini(src)
/obj/item/storage/box/security/radio/PopulateContents()
..() // we want the regular stuff too
@@ -174,6 +179,7 @@
new /obj/item/clothing/mask/breath(src)
new /obj/item/tank/internals/plasmaman/belt/full(src)
new /obj/item/reagent_containers/autoinjector/medipen(src)
new /obj/item/extinguisher/mini(src)
/obj/item/storage/box/plasmaman/miner/PopulateContents() //mining box for plasmemes
new /obj/item/clothing/mask/gas/explorer(src)
@@ -181,6 +187,7 @@
new /obj/item/crowbar/red(src)
new /obj/item/gps/mining(src)
new /obj/item/reagent_containers/autoinjector/medipen(src)
new /obj/item/extinguisher/mini(src)
/obj/item/storage/box/gloves
name = "box of latex gloves"