Files
NGECore2/scripts/commands/co_first_aid_training.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

8 lines
155 B
Python

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