Skip to content

Commit

Permalink
Hydro plant animation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 27, 2024
1 parent 11b579f commit eb58635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototypes/hydro-plant.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ data:extend {{
secondary_draw_orders = {north = -1},
},
},
perceived_performance = {minimum = 0.25, performance_to_activity_rate = 2.0, maximum = 10},
perceived_performance = {minimum = 0.25, performance_to_activity_rate = 20.0, maximum = 5},
off_when_no_fluid_recipe = true,
graphics_set = {
working_visualisations = working_visualisations
Expand Down

0 comments on commit eb58635

Please sign in to comment.