Skip to content

Commit

Permalink
Adds sell prices to fuel & water tanks (#9466)
Browse files Browse the repository at this point in the history
Co-authored-by: ike709 <[email protected]>
  • Loading branch information
ike709 and ike709 authored Jul 6, 2022
1 parent faaf7ee commit 4973592
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,6 +31,8 @@
suffix: Full
description: A storage tank containing welding fuel.
components:
- type: StaticPrice
price: 1200
- type: SolutionContainerManager
solutions:
tank:
Expand All @@ -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
Expand All @@ -54,6 +60,8 @@
id: WaterTankFull
suffix: Full
components:
- type: StaticPrice
price: 1200
- type: SolutionContainerManager
solutions:
tank:
Expand Down

0 comments on commit 4973592

Please sign in to comment.