From: OnyxTheBrave <131422822+OnyxTheBrave@users.noreply.github.com> Date: Mon, 14 Oct 2024 03:53:56 +0000 (-0500) Subject: Fix Industrial Reagent Grinder sprite (#32758) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=d79b34de9a3824c04ed5d165587c082878535f93;p=space-station-14.git Fix Industrial Reagent Grinder sprite (#32758) Updated to reflect the RecyclerVisualLayers no longer having a forward reverse or off visual effect. --- diff --git a/Resources/Prototypes/Entities/Structures/Machines/reagent_grinder.yml b/Resources/Prototypes/Entities/Structures/Machines/reagent_grinder.yml index 39ab6a3276..72d6b28efa 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/reagent_grinder.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/reagent_grinder.yml @@ -86,7 +86,7 @@ - type: GenericVisualizer visuals: enum.ConveyorVisuals.State: - enum.RecyclerVisualLayers.Main: + enum.ConveyorState.Off: Forward: { state: grinder-b1 } Reverse: { state: grinder-b1 } Off: { state: grinder-b0 }