From 483ac50f5f1781d1618f5aa086dbfcfb76b33dc7 Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Tue, 7 Jan 2025 13:48:32 -0500 Subject: [PATCH] Fix portable scrubber appearing powered on spawn (#34274) --- .../Entities/Structures/Piping/Atmospherics/portable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/portable.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/portable.yml index b932a636cd..eae848c7aa 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/portable.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/portable.yml @@ -30,6 +30,7 @@ - state: unlit shader: unshaded map: ["enum.PowerDeviceVisualLayers.Powered"] + visible: false - state: draining shader: unshaded visible: false -- 2.51.2