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

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