Files
NGECore2/scripts/commands/combat/en_void_dance.py
T
xbang21 d581cc94cb Fixed some debuffs and buffs
- added all entertainer debuffs and buffs
- fixed  some movement related buffs
2014-03-14 21:35:53 -04:00

11 lines
232 B
Python

import sys
def setup(core, actor, target, command):
core.buffService.addBuffToCreature(target, 'en_void_dance_buff')
return
def preRun(core, actor, target, command):
return
def run(core, actor, target, commandString):
return