fix storage tanks names (#24415)

This commit is contained in:
lzk
2024-01-22 22:51:04 +01:00
committed by GitHub
parent d5d6d687bd
commit c12adb7c22
2 changed files with 11 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
id: StorageTank
parent: BaseStructureDynamic
name: storage tank
description: "A liquids storage tank."
description: A liquids storage tank.
abstract: true
components:
- type: Sprite

View File

@@ -3,6 +3,8 @@
- type: entity
id: WeldingFuelTank
parent: StorageTank
name: fuel tank
description: A fuel tank. It's used to store high amounts of fuel.
suffix: Empty
components:
- type: StaticPrice
@@ -48,6 +50,8 @@
- type: entity
parent: WeldingFuelTank
id: WeldingFuelTankHighCapacity
name: high-capacity fuel tank
description: A highly pressurized fuel tank made to hold gargantuan amounts of welding fuel.
suffix: Full
components:
- type: StaticPrice
@@ -78,6 +82,8 @@
- type: entity
id: WaterTank
parent: StorageTank
name: water tank
description: A water tank. It's used to store high amounts of water.
suffix: Empty
components:
- type: StaticPrice
@@ -111,6 +117,8 @@
- type: entity
parent: WaterTankFull
id: WaterCooler
name: water cooler
description: Seems like a good place to stand and waste time. It has a stock of paper cups on the side.
components:
- type: Sprite
sprite: Structures/Storage/tanks.rsi
@@ -153,6 +161,8 @@
- type: entity
parent: StorageTank
id: WaterTankHighCapacity
name: high-capacity water tank
description: A highly pressurized water tank made to hold gargantuan amounts of water.
suffix: Full
components:
- type: Sprite