From: Arendian <137322659+Arendian@users.noreply.github.com> Date: Fri, 2 Feb 2024 04:24:20 +0000 (+0100) Subject: Fix slipping through fences (#24850) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=214961f46e18caae66ea3fe902a22b0e9750c243;p=space-station-14.git Fix slipping through fences (#24850) * Can't slide under fences anymore * Small mobs can't pass instead --- diff --git a/Resources/Prototypes/Entities/Structures/Walls/fence_metal.yml b/Resources/Prototypes/Entities/Structures/Walls/fence_metal.yml index 559970aa91..88d2f272c0 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/fence_metal.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/fence_metal.yml @@ -163,7 +163,8 @@ mask: - FullTileMask layer: - - TableLayer + - MidImpassable + - LowImpassable - type: InteractionPopup interactSuccessString: fence-rattle-success messagePerceivedByOthers: fence-rattle-success @@ -230,7 +231,8 @@ mask: - TableMask layer: - - TableLayer + - MidImpassable + - LowImpassable - type: InteractionPopup interactSuccessString: fence-rattle-success messagePerceivedByOthers: fence-rattle-success @@ -266,7 +268,8 @@ mask: - TableMask layer: - - TableLayer + - MidImpassable + - LowImpassable - type: InteractionPopup interactSuccessString: fence-rattle-success messagePerceivedByOthers: fence-rattle-success @@ -301,7 +304,8 @@ mask: - TableMask layer: - - TableLayer + - MidImpassable + - LowImpassable - type: InteractionOutline - type: Door openSpriteState: door_opened