mirror of
https://github.com/tetosama/Palworld-Server-Modding.git
synced 2025-04-29 02:37:21 +09:00
New Mod for no hunger
This commit is contained in:
parent
b1ad8316b7
commit
59d5bc6035
0
Mods/NoHunger/Enabled.txt
Normal file
0
Mods/NoHunger/Enabled.txt
Normal file
4
Mods/NoHunger/Scripts/main.lua
Normal file
4
Mods/NoHunger/Scripts/main.lua
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
ExecuteAsync(function()
|
||||||
|
GameSettingInstance = FindFirstOf("PalGameSetting")
|
||||||
|
GameSettingInstance.StomachDecreace_perSecond_Player = 0.0
|
||||||
|
end)
|
Loading…
x
Reference in New Issue
Block a user