From da2e99ce6921711a818343c20ba587f39168b28d Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:10:50 -0600 Subject: [PATCH] Add anti-rot to cold cart (#21923) * Add whitelist to food carts and anti-rot to cold cart * Remove whitelist --------- Co-authored-by: Jeff --- .../Prototypes/Entities/Objects/Specific/Kitchen/foodcarts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Kitchen/foodcarts.yml b/Resources/Prototypes/Entities/Objects/Specific/Kitchen/foodcarts.yml index ac81cff248..81f40c9d7c 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Kitchen/foodcarts.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Kitchen/foodcarts.yml @@ -161,3 +161,4 @@ - type: ContainerContainer containers: storagebase: !type:Container + - type: AntiRottingContainer -- 2.51.2