mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user