Files
NGECore2/scripts/expertise/expertise_of_precision_2.py
T
Bronco69 bcc37d325a Officer - expertise scripts reworked
All commands and skills for expertise changed and checked
2014-04-05 09:23:37 +02:00

10 lines
205 B
Python

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