Files
NGECore2/scripts/expertise/expertise_me_agility_2.py
T
Bronco69 51e6d027ef Medic - expertise scripts reworked
All commands and skills for expertise changed and checked
2014-04-05 08:33:59 +02:00

10 lines
201 B
Python

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