diff --git a/scripts/commands/combat/of_cc_melee_2.py b/scripts/commands/combat/of_cc_melee_2.py deleted file mode 100644 index 045fbdaa..00000000 --- a/scripts/commands/combat/of_cc_melee_2.py +++ /dev/null @@ -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 \ No newline at end of file diff --git a/scripts/commands/combat/of_cc_melee_3.py b/scripts/commands/combat/of_cc_melee_3.py deleted file mode 100644 index cf690edf..00000000 --- a/scripts/commands/combat/of_cc_melee_3.py +++ /dev/null @@ -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 \ No newline at end of file diff --git a/scripts/commands/combat/of_cc_melee_4.py b/scripts/commands/combat/of_cc_melee_4.py deleted file mode 100644 index 46ace711..00000000 --- a/scripts/commands/combat/of_cc_melee_4.py +++ /dev/null @@ -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 \ No newline at end of file diff --git a/scripts/commands/combat/of_cc_melee_5.py b/scripts/commands/combat/of_cc_melee_5.py deleted file mode 100644 index 5d476219..00000000 --- a/scripts/commands/combat/of_cc_melee_5.py +++ /dev/null @@ -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 \ No newline at end of file diff --git a/scripts/commands/combat/of_cc_melee_6.py b/scripts/commands/combat/of_cc_melee_6.py deleted file mode 100644 index 1401aebc..00000000 --- a/scripts/commands/combat/of_cc_melee_6.py +++ /dev/null @@ -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 \ No newline at end of file diff --git a/scripts/commands/combat/of_cc_melee_7.py b/scripts/commands/combat/of_cc_melee_7.py deleted file mode 100644 index a31ea5ef..00000000 --- a/scripts/commands/combat/of_cc_melee_7.py +++ /dev/null @@ -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 \ No newline at end of file diff --git a/scripts/commands/combat/of_cc_melee_1.py b/scripts/commands/combat/specialline/of_cc_melee.py similarity index 78% rename from scripts/commands/combat/of_cc_melee_1.py rename to scripts/commands/combat/specialline/of_cc_melee.py index d6c0b925..becf4445 100644 --- a/scripts/commands/combat/of_cc_melee_1.py +++ b/scripts/commands/combat/specialline/of_cc_melee.py @@ -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 \ No newline at end of file + return + \ No newline at end of file diff --git a/scripts/commands/combat/specialline/of_heal.py b/scripts/commands/combat/specialline/of_heal.py index e19f3ca1..6ee2d927 100644 --- a/scripts/commands/combat/specialline/of_heal.py +++ b/scripts/commands/combat/specialline/of_heal.py @@ -7,4 +7,5 @@ def setup(core, actor, target, command): return def run(core, actor, target, commandString): - return \ No newline at end of file + return + \ No newline at end of file