This commit is contained in:
2024-10-31 15:22:51 +09:00
parent 413b7b98c2
commit 9daefb3a62

View File

@@ -190,7 +190,7 @@ function main.EEE(source, tier)
tint_handle(item[v], tier, {'animation', 'idle_animation', 'frozen_patch'})
if item[v].working_visualisations then
tint_handle(item[v].working_visualisations[v2], tier, {'north_animation', 'east_animation', 'south_animation', 'west_animation', 'animation'})
tint_handle(item[v].working_visualisations, tier, {'north_animation', 'east_animation', 'south_animation', 'west_animation', 'animation'})
end
end
end