mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
Fixed Jedi Stance Fixed BH Sprint Added BH Shields (not fully working yet) Fixed an error on Commando Pinpoint Shielding Tree
10 lines
303 B
Python
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 |