mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-17 10:47:44 +00:00
9 lines
143 B
Lua
9 lines
143 B
Lua
EFFECT_JOG = 4209
|
|
|
|
function onGain(player)
|
|
-- it does nothing
|
|
end
|
|
|
|
function onLose(player)
|
|
player:gain_effect(EFFECT_JOG, 20, 0.0)
|
|
end
|