mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-20 06:37:45 +00:00
5 lines
88 B
Lua
5 lines
88 B
Lua
|
function doAction(player)
|
||
|
-- give sprint
|
||
|
player:give_status_effect(50, 5.0)
|
||
|
end
|