Files
NGECore2/scripts/commands/me_cure_affliction_1.py
T

8 lines
179 B
Python

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