From 7986ac9b5315edd3a633aba16f4819c838c7b3c4 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Sun, 22 May 2022 16:43:06 -0400 Subject: [PATCH] Set the Medical Scanner to Climbable (#8270) * Allow the Medical Scanner to be climbed to avoid stuck patients * Set medical scanner and cloning machine collision layers to allow mobs to pass through * Revert "Set medical scanner and cloning machine collision layers to allow mobs to pass through" This reverts commit e15e2945a7de7076be6006b0268924b3bc6637a0. --- .../Prototypes/Entities/Structures/Machines/medical_scanner.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Structures/Machines/medical_scanner.yml b/Resources/Prototypes/Entities/Structures/Machines/medical_scanner.yml index 8a456765c9..06992e4e16 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/medical_scanner.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/medical_scanner.yml @@ -54,3 +54,4 @@ interfaces: - key: enum.MedicalScannerUiKey.Key type: MedicalScannerBoundUserInterface + - type: Climbable