From 467e13cc5d5e4266239e07b0d8e6615c5f114cfb Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 5 Jun 2022 05:17:39 +1000 Subject: [PATCH] Set subfloor sprites to invisible by default (#8571) * Set subfloor sprites to invisible by default * s * Revert "s" This reverts commit 3ed9c3c8185ddda16cb9e82bd72c313e9a741dfa. --- .../Prototypes/Entities/Structures/Piping/Atmospherics/pipes.yml | 1 + .../Prototypes/Entities/Structures/Piping/Disposal/pipes.yml | 1 + Resources/Prototypes/Entities/Structures/Power/cables.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/pipes.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/pipes.yml index 3e9322cf55..e3d40d2f6d 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/pipes.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/pipes.yml @@ -30,6 +30,7 @@ sprite: Structures/Piping/Atmospherics/pipe.rsi drawdepth: ThinPipe netsync: false + visible: false - type: Appearance visuals: - type: PipeColorVisualizer diff --git a/Resources/Prototypes/Entities/Structures/Piping/Disposal/pipes.yml b/Resources/Prototypes/Entities/Structures/Piping/Disposal/pipes.yml index 42f3811d05..95cef0a50a 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Disposal/pipes.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Disposal/pipes.yml @@ -10,6 +10,7 @@ components: - type: Sprite netsync: false + visible: false - type: SubFloorHide - type: Clickable - type: InteractionOutline diff --git a/Resources/Prototypes/Entities/Structures/Power/cables.yml b/Resources/Prototypes/Entities/Structures/Power/cables.yml index b9323c176f..7c6100fc10 100644 --- a/Resources/Prototypes/Entities/Structures/Power/cables.yml +++ b/Resources/Prototypes/Entities/Structures/Power/cables.yml @@ -11,6 +11,7 @@ - type: Sprite netsync: false drawdepth: ThinWire + visible: false - type: Damageable damageContainer: Inorganic damageModifierSet: Metallic