From 2d9243283069ed1380c84e417b618848608fccea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Aguilera=20Puerto?= Date: Tue, 1 Sep 2020 16:16:29 +0200 Subject: [PATCH] Fix certain prototypes' clickable bounds --- .../Entities/Constructible/Walls/lighting.yml | 10 ---------- .../Entities/Constructible/Walls/linking.yml | 4 ---- Resources/Prototypes/Entities/Objects/materials.yml | 2 -- 3 files changed, 16 deletions(-) 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