Files
NGECore2/scripts/commands/of_focus_fire_3.py
T
Waverunner bb85682bd6 Bug Fixes: Issue #215 + #235 & Minor improvements.
(BugFix) Officer group buff's will now check ranges
(BugFix) Group buffs applied when a player joins a group as long as they
are within range
(BugFix) /inspire will now take a command string for target
(BugFix) /imagedesign will now take a command string for target
2014-03-27 11:23:15 -04:00

11 lines
208 B
Python

import sys
def setup(core, actor, buff):
return
def run(core, actor, target, commandString):
if target is None:
target = actor
core.buffService.addGroupBuff(target, 'of_focus_fire_3', actor)
return