From 07afed1fe6b2c6c8af0a0f9286dc6d541af7208e Mon Sep 17 00:00:00 2001 From: K-Dynamic <20566341+K-Dynamic@users.noreply.github.com> Date: Thu, 12 Sep 2024 00:53:50 +1200 Subject: [PATCH] Reduced atmos canister sell price (#31965) * reduce sell cost * rounding buying prices * Revert "rounding buying prices" This reverts commit 68cf26e935f8d1387bb8d740802ac73998981637. --- .../Entities/Structures/Storage/Canisters/gas_canisters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml b/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml index 5726b20874..f51f455e2f 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml @@ -99,7 +99,7 @@ components: - GasTank - type: StaticPrice - price: 1000 + price: 200 - type: AccessReader access: [["Atmospherics"], ["Engineering"], ["Research"]] - type: Lock -- 2.51.2