Files
NGECore2/scripts/commands/me_cure_affliction_1.py
T
xbang21 d54033a0c6 Finished Medic Buffs and Debuffs
Medic buff times with expertise tested and work properly in and out of a
group
2013-12-11 20:15:02 -05:00

8 lines
171 B
Python

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