diff --git a/Resources/Prototypes/Entities/Structures/Walls/fence_wood.yml b/Resources/Prototypes/Entities/Structures/Walls/fence_wood.yml index 539eca32b6f..f2b03aaeb8f 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/fence_wood.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/fence_wood.yml @@ -223,7 +223,7 @@ - type: InteractionOutline - type: Door openSpriteState: door_opened - closedSpriteState: door_closed_small #idk how, but it's working + closedSpriteState: door_closed canPry: false occludes: false changeAirtight: false @@ -379,7 +379,7 @@ components: - type: Sprite layers: - - state: end + - state: end_small map: ["enum.DoorVisualLayers.Base"] - type: Fixtures fixtures: @@ -396,7 +396,7 @@ - type: InteractionOutline - type: Door openSpriteState: door_opened_small - closedSpriteState: door_closed + closedSpriteState: door_closed_small canPry: false occludes: false changeAirtight: false diff --git a/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened.png b/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened.png index 4464eac3be5..99dc852d35f 100644 Binary files a/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened.png and b/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened.png differ diff --git a/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened_small.png b/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened_small.png index 99dc852d35f..4464eac3be5 100644 Binary files a/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened_small.png and b/Resources/Textures/Structures/Walls/wooden_fence.rsi/door_opened_small.png differ