diff --git a/Resources/Prototypes/Entities/Constructible/Walls/lighting.yml b/Resources/Prototypes/Entities/Constructible/Walls/lighting.yml index 04c1f9ad2a..7e795b0391 100644 --- a/Resources/Prototypes/Entities/Constructible/Walls/lighting.yml +++ b/Resources/Prototypes/Entities/Constructible/Walls/lighting.yml @@ -3,11 +3,6 @@ name: "unpowered light" components: - type: Clickable - bounds: - south: 0.25,-0.5,0.75,0.5 - north: -0.25,-0.5,0.25,0.5 - east: -0.5,-0.5,0.5,0 - west: -0.5,0,0.5,0.5 - type: InteractionOutline - type: Collidable - type: LoopingSound @@ -32,9 +27,6 @@ id: Poweredlight parent: WallLight components: - - type: Clickable - - type: InteractionOutline - - type: Collidable - type: Sprite sprite: Constructible/Lighting/light_tube.rsi state: off @@ -54,8 +46,6 @@ id: PoweredSmallLight parent: WallLight components: - - type: Clickable - - type: InteractionOutline - type: Sprite sprite: Constructible/Lighting/light_small.rsi state: off diff --git a/Resources/Prototypes/Entities/Constructible/Walls/linking.yml b/Resources/Prototypes/Entities/Constructible/Walls/linking.yml index 066e6745b1..176945ebfa 100644 --- a/Resources/Prototypes/Entities/Constructible/Walls/linking.yml +++ b/Resources/Prototypes/Entities/Constructible/Walls/linking.yml @@ -3,8 +3,6 @@ name: "signal switch" components: - type: Clickable - bounds: - all: -0.25,-0.375,0.25,0.375 - type: InteractionOutline - type: Collidable - type: Sprite @@ -24,8 +22,6 @@ name: "signal button" components: - type: Clickable - bounds: - all: -0.25,-0.375,0.25,0.375 - type: InteractionOutline - type: Collidable - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/materials.yml b/Resources/Prototypes/Entities/Objects/materials.yml index 3ec6cfbf88..154f7da4ec 100644 --- a/Resources/Prototypes/Entities/Objects/materials.yml +++ b/Resources/Prototypes/Entities/Objects/materials.yml @@ -81,8 +81,6 @@ texture: Objects/Tools/cable_coil.png - type: WirePlacer - type: Clickable - bounds: - all: -0.15,-0.15,0.15,0.15 - type: entity parent: CableStack1