Files
NGECore2/scripts/expertise/expertise_me_precision_1.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
205 B
Python

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