Files
NGECore2/scripts/commands/bh_shields_1.py
T
Doogla 6d53f8a8f3 Added Abilities and Bug Fixes
Fixed Jedi Stance

Fixed BH Sprint

Added BH Shields (not fully working yet)

Fixed an error on Commando Pinpoint Shielding Tree
2014-03-30 05:00:44 -07:00

10 lines
303 B
Python

import sys
def setup(core, actor, target, command):
return
def run(core, actor, target, commandString):
core.buffService.addBuffToCreature(actor, 'bh_shields')
core.buffService.addBuffToCreature(actor, 'bh_shields_charged')
core.buffService.addBuffToCreature(actor, 'bh_shields_handler')
return