mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +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."
|
||||
|
||||
Reference in New Issue
Block a user