mirror of
https://github.com/Mestima/wanda.git
synced 2025-12-15 21:59:43 +00:00
Ageless Watch can now restore food freshness
This commit is contained in:
@ -81,6 +81,10 @@ if (keybinds == true) then
|
||||
end
|
||||
end
|
||||
|
||||
AddPrefabPostInit("pocketwatch_heal", function(inst)
|
||||
inst.unspoil_rate = GetModConfigData("unspoil_rate")
|
||||
end)
|
||||
|
||||
local lang = {
|
||||
eng = {
|
||||
name = "Watch bag",
|
||||
|
||||
Reference in New Issue
Block a user