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

8 lines
162 B
Python

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