Changed Leg Strike to use a specialLine script

This commit is contained in:
Ziggeh
2014-08-12 10:24:08 +02:00
parent 76a782c5fb
commit 12193df268
8 changed files with 4 additions and 71 deletions
-11
View File
@@ -1,11 +0,0 @@
import sys
def setup(core, actor, target, command):
core.buffService.addBuffToCreature(target, 'of_cc_melee_2', actor)
return
def preRun(core, actor, target, command):
return
def run(core, actor, target, commandString):
return
-11
View File
@@ -1,11 +0,0 @@
import sys
def setup(core, actor, target, command):
core.buffService.addBuffToCreature(target, 'of_cc_melee_3', actor)
return
def preRun(core, actor, target, command):
return
def run(core, actor, target, commandString):
return
-11
View File
@@ -1,11 +0,0 @@
import sys
def setup(core, actor, target, command):
core.buffService.addBuffToCreature(target, 'of_cc_melee_4', actor)
return
def preRun(core, actor, target, command):
return
def run(core, actor, target, commandString):
return
-11
View File
@@ -1,11 +0,0 @@
import sys
def setup(core, actor, target, command):
core.buffService.addBuffToCreature(target, 'of_cc_melee_5', actor)
return
def preRun(core, actor, target, command):
return
def run(core, actor, target, commandString):
return
-11
View File
@@ -1,11 +0,0 @@
import sys
def setup(core, actor, target, command):
core.buffService.addBuffToCreature(target, 'of_cc_melee_6', actor)
return
def preRun(core, actor, target, command):
return
def run(core, actor, target, commandString):
return
-11
View File
@@ -1,11 +0,0 @@
import sys
def setup(core, actor, target, command):
core.buffService.addBuffToCreature(target, 'of_cc_melee_7', actor)
return
def preRun(core, actor, target, command):
return
def run(core, actor, target, commandString):
return
@@ -4,8 +4,6 @@ def setup(core, actor, target, command):
core.buffService.addBuffToCreature(target, 'of_cc_melee_1', actor)
return
def preRun(core, actor, target, command):
return
def run(core, actor, target, commandString):
return
return
@@ -7,4 +7,5 @@ def setup(core, actor, target, command):
return
def run(core, actor, target, commandString):
return
return