diff --git a/Mods/NoHunger/Enabled.txt b/Mods/NoHunger/Enabled.txt new file mode 100644 index 0000000..e69de29 diff --git a/Mods/NoHunger/Scripts/main.lua b/Mods/NoHunger/Scripts/main.lua new file mode 100644 index 0000000..d3a7196 --- /dev/null +++ b/Mods/NoHunger/Scripts/main.lua @@ -0,0 +1,4 @@ +ExecuteAsync(function() + GameSettingInstance = FindFirstOf("PalGameSetting") + GameSettingInstance.StomachDecreace_perSecond_Player = 0.0 +end) \ No newline at end of file