Files
NGECore2/scripts/expertise/expertise_trader_warehousing_2.py
T
Bronco69 acd709f9ce Trader - expertise scripts reworked
All commands and skills for expertise changed and checked
2014-04-05 06:42:36 +02:00

10 lines
231 B
Python

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