From 9a5e9a3165be0f55a0d987e2291242f49d0d8719 Mon Sep 17 00:00:00 2001 From: Dvir Date: Mon, 14 Aug 2023 02:16:08 +0300 Subject: [PATCH] Update window.yml --- .../_NF/Entities/Structures/Windows/window.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/_NF/Entities/Structures/Windows/window.yml b/Resources/Prototypes/_NF/Entities/Structures/Windows/window.yml index 390548159f9..b4343582c62 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Windows/window.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Windows/window.yml @@ -1,10 +1,14 @@ -# Mime - - type: entity - id: WallInvisibleShip name: Invisible Wall suffix: Ship + id: WallInvisibleShip + placement: + mode: SnapgridCenter + snap: + - Wall components: + - type: Transform + anchored: true - type: Sprite drawdepth: WallTops - type: Fixtures @@ -22,7 +26,9 @@ damageModifierSet: RGlass - type: Physics bodyType: Static +# - type: Occluder - type: Airtight + noAirWhenFullyAirBlocked: false - type: Destructible thresholds: - trigger: @@ -39,4 +45,7 @@ interactSuccessString: comp-window-knock messagePerceivedByOthers: comp-window-knock interactSuccessSound: - path: /Audio/Effects/glass_knock.ogg \ No newline at end of file + path: /Audio/Effects/glass_knock.ogg + - type: Tag + tags: + - Wall