New Mod for no hunger

This commit is contained in:
tetosama 2024-01-23 01:51:24 -05:00
parent b1ad8316b7
commit 59d5bc6035
2 changed files with 4 additions and 0 deletions

View File

View File

@ -0,0 +1,4 @@
ExecuteAsync(function()
GameSettingInstance = FindFirstOf("PalGameSetting")
GameSettingInstance.StomachDecreace_perSecond_Player = 0.0
end)