1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 21:57:44 +00:00
sapphire/scripts/chai/skill/cnj/skillDef_120.chai
2017-08-29 23:22:41 +02:00

18 lines
262 B
ChaiScript

// Skill Name: Cure
// Skill ID: 120
class skillDef_120Def
{
def skillDef_120Def()
{
}
def onFinish( player, target )
{
player.handleScriptSkill( STD_HEAL, 120, 450, 0, target );
}
};
GLOBAL skillDef_120 = skillDef_120Def();