[MIRROR] Add advanced fire extinguisher to techweb [MDB IGNORE] (#19011)

Add advanced fire extinguisher to techweb (#72933)

## About The Pull Request
This adds the advanced fire extinguisher to the `Experimental Tools`
node.

## Why It's Good For The Game

There are several advanced engineering tools in this node. This is an
item that is considered a better version of a regular fire extinguisher
for atmos techs. It makes sense to put this with the other upgraded
tools in techweb, since ya know, it's technically an advanced version.
It does spawn empty, so it needs to be refilled with a foam tank
dispenser.

## Changelog
🆑
qol: Add advanced fire extinguisher to techweb
/🆑

Co-authored-by: Tim <timothymtorres@gmail.com>
This commit is contained in:
SkyratBot
2023-01-29 02:13:15 +00:00
committed by GitHub
co-authored by Tim
parent 7a9d91faa2
commit 3a2dc61acb
3 changed files with 15 additions and 0 deletions
+3
View File
@@ -116,6 +116,9 @@
sprite_name = "foam_extinguisher"
precision = TRUE
/obj/item/extinguisher/advanced/empty
starting_water = FALSE
/obj/item/extinguisher/suicide_act(mob/living/carbon/user)
if (!safety && (reagents.total_volume >= 1))
user.visible_message(span_suicide("[user] puts the nozzle to [user.p_their()] mouth. It looks like [user.p_theyre()] trying to extinguish the spark of life!"))