Files
NGECore2/scripts/commands/bh_shields_1.py
T
xbang21 ff004e8848 Fixed some buffs and commands
- Fixed all buffs and commands to work with proper format.
2014-05-15 23:08:50 -04:00

10 lines
324 B
Python

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