diff --git a/Resources/Prototypes/Entities/Markers/tile.yml b/Resources/Prototypes/Entities/Markers/tile.yml index 2ced9e9958..5f195409b9 100644 --- a/Resources/Prototypes/Entities/Markers/tile.yml +++ b/Resources/Prototypes/Entities/Markers/tile.yml @@ -1,20 +1,8 @@ -- type: entity - id: BaseRoofMarker - abstract: true - placement: - mode: SnapgridCenter - components: - - type: Transform - anchored: true - - type: Sprite - drawdepth: Overdoors - sprite: Markers/cross.rsi - - type: entity id: RoofMarker name: Roof suffix: Enabled - parent: BaseRoofMarker + parent: MarkerBase components: - type: SetRoof value: true @@ -27,7 +15,7 @@ id: NoRoofMarker name: Roof suffix: Disabled - parent: BaseRoofMarker + parent: MarkerBase components: - type: SetRoof value: false