Allow LuaSurface.evening to be > LuaSurface.morning
Posted: Wed Dec 27, 2017 1:58 pm
surface.dusk can be < 0 and surface.morning > 1, creating a situation where minimum surface.darkness > 0, but evening cannot be > morning, preventing a situation with maximum surface.darkness.
I'm creating a seasons mod that adds varying day lengths. With the current logic, I cannot support an Arctic circle summer.
I'm creating a seasons mod that adds varying day lengths. With the current logic, I cannot support an Arctic circle summer.