From 8cd20af6bdafe4507fe1bea53bad2dffe9e5a4fd Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Wed, 30 Apr 2025 11:51:23 -0400 Subject: [PATCH] Fix turnstile collision with firelocks (#37074) --- Resources/Prototypes/Entities/Structures/Doors/turnstile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Doors/turnstile.yml b/Resources/Prototypes/Entities/Structures/Doors/turnstile.yml index 2fde8a1a28..c8a52e925c 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/turnstile.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/turnstile.yml @@ -22,7 +22,7 @@ mask: - FullTileMask layer: - - AirlockLayer + - GlassAirlockLayer fix2: shape: !type:PhysShapeAabb @@ -31,7 +31,7 @@ mask: - FullTileMask layer: - - AirlockLayer + - GlassAirlockLayer - type: MeleeSound soundGroups: Brute: -- 2.51.2