From 8bed0f4b6286fb819af2482dbf9204f692def1a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Lindert?= Date: Sun, 11 May 2025 15:39:52 +0200 Subject: [PATCH] Booze and soda dispenser activate ui fix (#37347) booze and soda --- Resources/Prototypes/Entities/Structures/Dispensers/booze.yml | 1 + Resources/Prototypes/Entities/Structures/Dispensers/soda.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Dispensers/booze.yml b/Resources/Prototypes/Entities/Structures/Dispensers/booze.yml index 232bdc7d98..ea394c3c1b 100644 --- a/Resources/Prototypes/Entities/Structures/Dispensers/booze.yml +++ b/Resources/Prototypes/Entities/Structures/Dispensers/booze.yml @@ -11,6 +11,7 @@ drawdepth: SmallObjects state: booze - type: Storage + openOnActivate: false whitelist: tags: - DrinkBottle diff --git a/Resources/Prototypes/Entities/Structures/Dispensers/soda.yml b/Resources/Prototypes/Entities/Structures/Dispensers/soda.yml index 5db1f2484b..75a1a485aa 100644 --- a/Resources/Prototypes/Entities/Structures/Dispensers/soda.yml +++ b/Resources/Prototypes/Entities/Structures/Dispensers/soda.yml @@ -11,6 +11,7 @@ drawdepth: SmallObjects state: soda - type: Storage + openOnActivate: false whitelist: tags: - DrinkBottle -- 2.51.2