From 4973592731ca80e420fa1dfa2b31f07fd9ffebed Mon Sep 17 00:00:00 2001 From: ike709 Date: Tue, 5 Jul 2022 22:52:36 -0500 Subject: [PATCH] Adds sell prices to fuel & water tanks (#9466) Co-authored-by: ike709 --- .../Entities/Structures/Storage/Tanks/tanks.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Storage/Tanks/tanks.yml b/Resources/Prototypes/Entities/Structures/Storage/Tanks/tanks.yml index d974a64205..fa93ce6671 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Tanks/tanks.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Tanks/tanks.yml @@ -7,6 +7,8 @@ suffix: Empty description: A fuel tank. It's used to store high amounts of fuel. components: + - type: StaticPrice + price: 1200 - type: Sprite sprite: Structures/Storage/tanks.rsi state: fueltank @@ -29,6 +31,8 @@ suffix: Full description: A storage tank containing welding fuel. components: + - type: StaticPrice + price: 1200 - type: SolutionContainerManager solutions: tank: @@ -45,6 +49,8 @@ suffix: Empty description: "A water tank. It's used to store high amounts of water." components: + - type: StaticPrice + price: 1200 - type: Sprite sprite: Structures/Storage/tanks.rsi state: watertank @@ -54,6 +60,8 @@ id: WaterTankFull suffix: Full components: + - type: StaticPrice + price: 1200 - type: SolutionContainerManager solutions: tank: