From: K-Dynamic <20566341+K-Dynamic@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:53:50 +0000 (+1200) Subject: Reduced atmos canister sell price (#31965) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=07afed1fe6b2c6c8af0a0f9286dc6d541af7208e;p=space-station-14.git Reduced atmos canister sell price (#31965) * reduce sell cost * rounding buying prices * Revert "rounding buying prices" This reverts commit 68cf26e935f8d1387bb8d740802ac73998981637. --- 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