From b00f3b9accfbfbb60929be83c5804c09a1cf5865 Mon Sep 17 00:00:00 2001 From: Velcroboy Date: Tue, 7 Jan 2025 11:13:50 -0600 Subject: [PATCH] fix and clean up tinted windows --- .../Structures/Windows/tinted_windows.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Resources/Prototypes/_DV/Entities/Structures/Windows/tinted_windows.yml b/Resources/Prototypes/_DV/Entities/Structures/Windows/tinted_windows.yml index 8275f03218c..3197efd06d1 100644 --- a/Resources/Prototypes/_DV/Entities/Structures/Windows/tinted_windows.yml +++ b/Resources/Prototypes/_DV/Entities/Structures/Windows/tinted_windows.yml @@ -2,27 +2,22 @@ id: WindowTintedDirectional parent: WindowDirectional name: directional tinted window - description: Don't smudge up the glass down there. - placement: - mode: SnapgridCenter - snap: - - Window components: - type: Sprite sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: tinted_window - - type: Tag - tags: - - ForceNoFixRotations - type: Icon sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: tinted_window + - type: Tag + tags: + - ForceNoFixRotations - type: Occluder boundingBox: "-0.5,-0.5,0.5,-0.3" - type: entity id: WindowTintedReinforcedDirectional - parent: [WindowReinforcedDirectional, WindowTintedDirectional] + parent: WindowReinforcedDirectional name: directional reinforced tinted window components: - type: Sprite @@ -31,3 +26,8 @@ - type: Icon sprite: _DV/Structures/Windows/directional.rsi #Delta V - Resprite windows state: tinted_reinforced_window + - type: Tag + tags: + - ForceNoFixRotations + - type: Occluder + boundingBox: "-0.5,-0.5,0.5,-0.3"