1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 23:57:46 +00:00
sapphire/scripts/chai/skill/cnj/skillDef_125.chai
2017-08-29 21:52:40 -03:00

18 lines
259 B
ChaiScript

// Skill Name: Raise
// Skill ID: 125
class skillDef_125Def
{
def skillDef_125Def()
{
}
def onFinish( player, target )
{
target.addStatusEffectByIdIfNotExist( 148, 60000, 0 );
}
};
GLOBAL skillDef_125 = skillDef_125Def();