1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 13:47:46 +00:00
sapphire/bin/scripts/chai/skill/skillDef_120.chai

19 lines
263 B
ChaiScript
Raw Normal View History

2017-08-14 17:10:19 +02:00
// Skill Name: Sprint
// Skill ID: 3
class skillDef_120Def
{
def skillDef_120Def()
{
}
def onFinish( player, target )
{
player.handleScriptSkill( STD_HEAL, 120, 1000, 0, target );
}
};
GLOBAL skillDef_120 = skillDef_120Def();