diff --git a/lib/main.lua b/lib/main.lua index 64d6a2e..7a2dedb 100644 --- a/lib/main.lua +++ b/lib/main.lua @@ -1,4 +1,4 @@ -local GSCYCLE = 0.03 * climate_mod.settings.tick_speed -- only process event loop after this amount of time +local GSCYCLE = 0.3 * climate_mod.settings.tick_speed -- only process event loop after this amount of time local WORLD_CYCLE = 30.00 * climate_mod.settings.tick_speed -- only update global environment influences after this amount of time local gs_timer = 0