]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix Industrial Reagent Grinder sprite (#32758)
authorOnyxTheBrave <131422822+OnyxTheBrave@users.noreply.github.com>
Mon, 14 Oct 2024 03:53:56 +0000 (22:53 -0500)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2024 03:53:56 +0000 (14:53 +1100)
Updated to reflect the RecyclerVisualLayers no longer having a forward reverse or off visual effect.

Resources/Prototypes/Entities/Structures/Machines/reagent_grinder.yml

index 39ab6a3276b9e251fd8b7ced09aaa2e9245cd7f2..72d6b28efa0253f25b8a1772b6397967bcc6f39b 100644 (file)
@@ -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 }