This commit is contained in:
2025-03-31 19:20:42 +02:00
parent 28486c00ff
commit 186bcd214a

View File

@@ -1,7 +1,7 @@
-- luacheck: globals Character Timer Hook SERVER CLIENT
if not SERVER then return end
local amountExperience = 6000
local passiveExperienceDelay = 2
local passiveExperienceDelay = 60
local passiveExperienceTimer = 0
Hook.Add("think", "examples.passiveExperience", function()