Files
NGECore2/scripts/expertise/expertise_bm_mending_1.py
T
Bronco69 d7756e185b Beast Master - expertise scripts reworked
All commands and skills for expertise changed and checked
2014-04-05 04:12:22 +02:00

10 lines
183 B
Python

import sys
def addAbilities(core, actor, player):
actor.addAbility("bm_mend_pet_1")
return
def removeAbilities(core, actor, player):
actor.removeAbility("bm_mend_pet_1")
return