summaryrefslogtreecommitdiff
path: root/tools.lua
AgeCommit message (Collapse)Author
2016-03-13Allow Disabling of Hydration mechanicsbashterm
Disables the hydration mechanics when the user sets the game difficulty to easy in the crops_settings.txt file. This makes the mod much easier to play on easy mode. This was acheived by only executing the parts of the code that pertain to hydration when the hydration variable in settings is set to true. Otherwise the code that does hydration is never executed.