mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Adds Firefighting Foam extinguishers, this time hopefully wont be accidentally closing (#28791)
* Adds an atmospherics specific fire extinguisher that sprays firefighting foam! Adds a firefighting foam tank to all the maps that refils the fire extinguisher added! * allowed fff to enter regular extinguishers * changed the FFF to have an F on it rather than an image of smoke * should fix the conflicting object.dmi issues * adds orderable firefighting foam tank crate * makes farragus playable (literally) * removes redundant if statement * changes from max_water to reagent_capacity and reagent_id
This commit is contained in:
@@ -87,6 +87,12 @@
|
||||
icon_state = "water_high" //I was gonna clean my room...
|
||||
tank_volume = 100000
|
||||
|
||||
/obj/structure/reagent_dispensers/watertank/firetank
|
||||
name = "firefighting foam tank"
|
||||
desc = "A firefighting foam tank."
|
||||
icon_state = "firetank"
|
||||
reagent_id = "firefighting_foam"
|
||||
tank_volume = 8000
|
||||
|
||||
/obj/structure/reagent_dispensers/oil
|
||||
name = "oil tank"
|
||||
|
||||
Reference in New Issue
Block a user