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

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