From 8af3318c8379ac7e8b28cda87ffe233d8dfa179c Mon Sep 17 00:00:00 2001 From: mirrorcult Date: Sat, 5 Jun 2021 11:19:06 -0700 Subject: [PATCH] Remove InteractionOutline from full-tile entities (#4135) --- Resources/Prototypes/Entities/Constructible/Ground/catwalk.yml | 1 - Resources/Prototypes/Entities/Constructible/Walls/low_wall.yml | 1 - Resources/Prototypes/Entities/Constructible/Walls/walls.yml | 1 - Resources/Prototypes/Entities/Constructible/Walls/windows.yml | 1 - 4 files changed, 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Constructible/Ground/catwalk.yml b/Resources/Prototypes/Entities/Constructible/Ground/catwalk.yml index 13dc19c8f4..3c57331279 100644 --- a/Resources/Prototypes/Entities/Constructible/Ground/catwalk.yml +++ b/Resources/Prototypes/Entities/Constructible/Ground/catwalk.yml @@ -6,7 +6,6 @@ mode: SnapgridCenter components: - type: Clickable - - type: InteractionOutline - type: Physics canCollide: false fixtures: diff --git a/Resources/Prototypes/Entities/Constructible/Walls/low_wall.yml b/Resources/Prototypes/Entities/Constructible/Walls/low_wall.yml index 9b34b8159e..b1c0d9546b 100644 --- a/Resources/Prototypes/Entities/Constructible/Walls/low_wall.yml +++ b/Resources/Prototypes/Entities/Constructible/Walls/low_wall.yml @@ -6,7 +6,6 @@ components: - type: RCDDeconstructWhitelist - type: CanBuildWindowOnTop - - type: InteractionOutline - type: Sprite netsync: false color: "#889192" diff --git a/Resources/Prototypes/Entities/Constructible/Walls/walls.yml b/Resources/Prototypes/Entities/Constructible/Walls/walls.yml index a2cac69d0e..a7748fd436 100644 --- a/Resources/Prototypes/Entities/Constructible/Walls/walls.yml +++ b/Resources/Prototypes/Entities/Constructible/Walls/walls.yml @@ -13,7 +13,6 @@ - type: Tag tags: - Wall - - type: InteractionOutline - type: Sprite netsync: false drawdepth: Walls diff --git a/Resources/Prototypes/Entities/Constructible/Walls/windows.yml b/Resources/Prototypes/Entities/Constructible/Walls/windows.yml index 93eb27f30a..228b98ff6e 100644 --- a/Resources/Prototypes/Entities/Constructible/Walls/windows.yml +++ b/Resources/Prototypes/Entities/Constructible/Walls/windows.yml @@ -9,7 +9,6 @@ - Window components: - type: RCDDeconstructWhitelist - - type: InteractionOutline - type: Sprite color: "#DDDDDD" netsync: false