diff --git a/Resources/Prototypes/Entities/Constructible/Power/turret.yml b/Resources/Prototypes/Entities/Constructible/Power/turret.yml deleted file mode 100644 index f5b1ce459a..0000000000 --- a/Resources/Prototypes/Entities/Constructible/Power/turret.yml +++ /dev/null @@ -1,44 +0,0 @@ -- type: entity - id: TurretBase - name: turret base - #may have to change later - description: That is a turret - components: - - type: Clickable - - type: InteractionOutline - - type: Collidable - - type: Sprite - texture: Constructible/Misc/TurrBase.png - - -- type: entity - id: TurretTopGun - name: turret (gun) - #May change later - description: That is a turret - components: - - type: Clickable - - type: InteractionOutline - - type: Collidable - - type: Sprite - drawdepth: WallMountedItems - texture: Constructible/Misc/TurrTop.png - directional: false - - -- type: entity - id: TurretTopLight - name: turret (light) - components: - - type: Clickable - - type: InteractionOutline - - type: Collidable - - type: Sprite - drawdepth: WallMountedItems - texture: Constructible/Misc/TurrLamp.png - directional: false - - - type: PointLight - radius: 512 - mask: flashlight_mask - autoRot: true diff --git a/Resources/Textures/Constructible/Misc/TurrBase.png b/Resources/Textures/Constructible/Misc/TurrBase.png deleted file mode 100644 index 8379e8bbf9..0000000000 Binary files a/Resources/Textures/Constructible/Misc/TurrBase.png and /dev/null differ diff --git a/Resources/Textures/Constructible/Misc/TurrLamp.png b/Resources/Textures/Constructible/Misc/TurrLamp.png deleted file mode 100644 index f2cc2aac1a..0000000000 Binary files a/Resources/Textures/Constructible/Misc/TurrLamp.png and /dev/null differ diff --git a/Resources/Textures/Constructible/Misc/TurrTop.png b/Resources/Textures/Constructible/Misc/TurrTop.png deleted file mode 100644 index 8178030ef0..0000000000 Binary files a/Resources/Textures/Constructible/Misc/TurrTop.png and /dev/null differ