Files
NGECore2/scripts/commands/bh_cover_1.py
T
DAK- 5f88bab13b Bounty Hunter: Take Cover & Armor Sprint
Registered commands, added buff and command scripts.
Buffs apply, needs further testing.
2013-12-11 04:48:45 -06:00

8 lines
161 B
Python

import sys
def setup(core, actor, buff):
return
def run(core, actor, target, commandString):
core.buffService.addBuffToCreature(actor, 'bh_cover_1')
return