Files
NGECore2/scripts/commands/combat/of_sh_2.py
2013-12-08 05:51:03 +01:00

8 lines
281 B
Python

import sys
def setup(core, actor, target, command):
if actor.getSkillMod('expertise_cooldown_line_of_heal'):
command.setCooldown(command.getCooldown() - actor.getSkillMod('expertise_cooldown_line_of_heal').getBase())
return
def run(core, actor, target, commandString):
return