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