From a2c9612e29d270197bf9045d452a56e7c739f8b1 Mon Sep 17 00:00:00 2001 From: Marlyn Date: Tue, 5 Aug 2025 13:50:16 +0200 Subject: [PATCH] Removes ItemToggle from Cryo Pods to prevent a latent event ordering bug (#39197) Removes ItemToggle component from the cryo pod as it was useless and risked a latent verb order bug --- .../Prototypes/Entities/Structures/Machines/Medical/cryo_pod.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/Medical/cryo_pod.yml b/Resources/Prototypes/Entities/Structures/Machines/Medical/cryo_pod.yml index 7bcb9fc3c6..a7fec0fa69 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Medical/cryo_pod.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Medical/cryo_pod.yml @@ -87,7 +87,6 @@ whitelist: components: - FitsInDispenser - - type: ItemToggle - type: HealthAnalyzer scanDelay: 0 - type: UserInterface -- 2.51.2