Files
NGECore2/scripts/expertise/expertise_bh_prescience.py
Bronco69 9341998385 Bounty Hunter - expertise scripts reworked
All commands and skills for expertise changed and checked
2014-04-05 03:59:20 +02:00

10 lines
183 B
Python

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