Files
NGECore2/scripts/expertise/expertise_sp_precision_2.py
T
Bronco69 357106fa06 Spy - expertise scripts reworked
All commands and skills for expertise changed and checked
2014-04-05 11:53:34 +02:00

10 lines
205 B
Python

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