1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-18 02:57:45 +00:00
kawari/resources/scripts/effects/Sprint.lua

10 lines
143 B
Lua
Raw Normal View History

EFFECT_JOG = 4209
function onGain(player)
-- it does nothing
end
function onLose(player)
player:gain_effect(EFFECT_JOG, 20, 0.0)
end