Files
NGECore2/scripts/expertise/expertise_of_dm_1.py
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
181 B
Python

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