Stardew-Valley-Mods icon indicating copy to clipboard operation
Stardew-Valley-Mods copied to clipboard

TMXL calls DayUpdate() when it loads location

Open shekurika opened this issue 4 years ago • 0 comments

TMXLoader calls location.DayUpdate() here:

https://github.com/Platonymous/Stardew-Valley-Mods/blob/a6c111d77956ba76d232f5a7f6664b0a151e4aca/TMXLoader/TMXLoaderMod.cs#L846

The issue with that is it (among other things) calls newDay() on all HoeDirt/crops in these new locations, thus growing them an extra day and removing the water from the sprinklers.

shekurika avatar Feb 28 '21 19:02 shekurika