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

9 lines
173 B
Python

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