Skip to content

Commit

Permalink
rounding buying prices
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Dynamic committed Sep 7, 2024
1 parent 59baf1a commit 68cf26e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Resources/Prototypes/Catalog/Cargo/cargo_atmospherics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
sprite: Structures/Storage/canister.rsi
state: grey
product: AirCanister
cost: 1100
cost: 1000
category: cargoproduct-category-name-atmospherics
group: market

Expand All @@ -14,7 +14,7 @@
sprite: Structures/Storage/canister.rsi
state: blue
product: OxygenCanister
cost: 1100
cost: 1000
category: cargoproduct-category-name-atmospherics
group: market

Expand All @@ -34,7 +34,7 @@
sprite: Structures/Storage/canister.rsi
state: red
product: NitrogenCanister
cost: 1100
cost: 1000
category: cargoproduct-category-name-atmospherics
group: market

Expand All @@ -54,7 +54,7 @@
sprite: Structures/Storage/canister.rsi
state: black
product: CarbonDioxideCanister
cost: 2200 # Until someone fixes it co2 can be used to oneshot people so it's more expensive
cost: 2000 # Until someone fixes it co2 can be used to oneshot people so it's more expensive
category: cargoproduct-category-name-atmospherics
group: market

Expand All @@ -74,7 +74,7 @@
sprite: Structures/Storage/canister.rsi
state: yellow
product: StorageCanister
cost: 1010 # No gases in it so it's cheaper
cost: 1000 # No gases in it so it's cheaper
category: cargoproduct-category-name-atmospherics
group: market

Expand Down

0 comments on commit 68cf26e

Please sign in to comment.