From: lzk <124214523+lzk228@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:51:04 +0000 (+0100) Subject: fix storage tanks names (#24415) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=c12adb7c227e7c107ac2f97929b0841ca01c1562;p=space-station-14.git fix storage tanks names (#24415) --- diff --git a/Resources/Prototypes/Entities/Structures/Storage/Tanks/base_structuretanks.yml b/Resources/Prototypes/Entities/Structures/Storage/Tanks/base_structuretanks.yml index 79015e2d04..238efaf68d 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Tanks/base_structuretanks.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Tanks/base_structuretanks.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Structures/Storage/Tanks/tanks.yml b/Resources/Prototypes/Entities/Structures/Storage/Tanks/tanks.yml index b7e41d9e9c..a644c7afa1 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Tanks/tanks.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Tanks/tanks.yml @@ -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