diff --git a/Resources/Prototypes/Entities/Structures/Windows/window.yml b/Resources/Prototypes/Entities/Structures/Windows/window.yml index 648bb12378..28bfc363e5 100644 --- a/Resources/Prototypes/Entities/Structures/Windows/window.yml +++ b/Resources/Prototypes/Entities/Structures/Windows/window.yml @@ -99,8 +99,6 @@ components: - type: WallMount arc: 360 # interact despite grilles - # Attention! If adding tags here: - # Keep WindowTintedDirectional in mind - type: Tag tags: - Window @@ -171,28 +169,6 @@ - type: StaticPrice price: 10 -- type: entity - 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: Structures/Windows/directional.rsi - state: tinted_window - - type: Tag - tags: - - ForceNoFixRotations - - type: Icon - sprite: Structures/Windows/directional.rsi - state: tinted_window - - type: Occluder - boundingBox: "-0.5,-0.5,0.5,-0.3" - - type: entity id: WindowFrostedDirectional parent: WindowDirectional diff --git a/Resources/migration.yml b/Resources/migration.yml index 6717b1f043..b738e36736 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -158,3 +158,6 @@ SpeedLoaderPistolHighVelocity: SpeedLoaderPistol #They are practically never used in this way however, so they're migrated to the basic rock type. MountainRock: AsteroidRock MountainRockMining: AsteroidRockMining + +# 2023-08-08 +WindowTintedDirectional: WindowFrostedDirectional