mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Persistent mobile liquid tanks (#22879)
# Summary This PR makes liquid tanks (fuel, foam, water) persistent.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user