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"