mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
Advanced foam extinguisers (#38270)
* mining voucher tweak * will it blend * d * s * ss * advanced fire extinuishers * remove trash * garbage cleaning * lets see * t * whatever * test if using a var compiles * adds it to cargo * adds to atmos + ce * should fix the sprites * lowers the volume of the foam tank * gonna load the icon for this soon * woops * foam icon * ddd * it works * boo * r34ijfirgv5
This commit is contained in:
committed by
Tad Hardesty
parent
8a5cde090d
commit
eaa0b551df
@@ -93,8 +93,8 @@
|
||||
/obj/item/flashlight,
|
||||
/obj/item/tank/internals/oxygen/red,
|
||||
/obj/item/tank/internals/oxygen/red,
|
||||
/obj/item/extinguisher,
|
||||
/obj/item/extinguisher,
|
||||
/obj/item/extinguisher/advanced,
|
||||
/obj/item/extinguisher/advanced,
|
||||
/obj/item/clothing/head/hardhat/red,
|
||||
/obj/item/clothing/head/hardhat/red)
|
||||
crate_name = "firefighting crate"
|
||||
@@ -991,6 +991,14 @@
|
||||
crate_name = "water tank crate"
|
||||
crate_type = /obj/structure/closet/crate/large
|
||||
|
||||
/datum/supply_pack/materials/foamtank
|
||||
name = "Foam Tank Crate"
|
||||
desc = "Contains plasmamen's bane."
|
||||
cost = 1500
|
||||
contains = list(/obj/structure/reagent_dispensers/foamtank)
|
||||
crate_name = "foam tank crate"
|
||||
crate_type = /obj/structure/closet/crate/large
|
||||
|
||||
/datum/supply_pack/materials/hightank
|
||||
name = "Large Water Tank Crate"
|
||||
desc = "Contains a high-capacity water tank. Useful for botany or other service jobs."
|
||||
|
||||
@@ -51,6 +51,13 @@
|
||||
icon_state = "water_high" //I was gonna clean my room...
|
||||
tank_volume = 100000
|
||||
|
||||
/obj/structure/reagent_dispensers/foamtank
|
||||
name = "firefoam tank"
|
||||
desc = "A tank full of foaming things."
|
||||
icon_state = "foam"
|
||||
reagent_id = "firefighting_foam"
|
||||
tank_volume = 500
|
||||
|
||||
/obj/structure/reagent_dispensers/fueltank
|
||||
name = "fuel tank"
|
||||
desc = "A tank full of industrial welding fuel. Do not consume."
|
||||
|
||||
Reference in New Issue
Block a user