Persistent mobile liquid tanks (#22879)

# Summary

This PR makes liquid tanks (fuel, foam, water) persistent.
This commit is contained in:
FabianK3
2026-07-29 16:38:00 +00:00
committed by GitHub
parent 869979512a
commit 93658c90c3
11 changed files with 1824 additions and 1986 deletions
+14
View File
@@ -430,6 +430,20 @@
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/extinguishertank
category = "engineering"
name = "extinguisher tank"
supplier = "hephaestus"
description = "A tank filled with extinguisher fluid."
price = 10
items = list(
/obj/structure/reagent_dispensers/extinguisher
)
access = ACCESS_ENGINE
container_type = "box"
groupable = TRUE
spawn_amount = 1
/singleton/cargo_item/gasmask
category = "engineering"
name = "gas mask"