From d6f5ff7865875e1dd1e2c96ccc7139a0d966afa2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20M=C4=99drek?= Date: Thu, 21 Dec 2023 10:37:34 +0000 Subject: [PATCH] Fix gas canister random item insertion prediction (#22809) * Fix gas canister random item insertion prediction Fix #22652 * Revert Component changes, just rename in prototype --- .../Entities/Structures/Storage/Canisters/gas_canisters.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml b/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml index 65eb217549..b10945bca1 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml @@ -91,10 +91,10 @@ - type: ItemSlots - type: GasPortable - type: GasCanister - tank_slot: + gasTankSlot: name: Gas Tank whitelist: - component: + components: - GasTank - type: StaticPrice price: 1000 -- 2.51.2