mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[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:
@@ -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!"))
|
||||
|
||||
Reference in New Issue
Block a user