Files
NGECore2/scripts/expertise/expertise_bm_attack_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
187 B
Python

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