diff --git a/scripts/commands/combat/of_vortex_2.py b/scripts/commands/combat/of_vortex_2.py deleted file mode 100644 index 61b586d4..00000000 --- a/scripts/commands/combat/of_vortex_2.py +++ /dev/null @@ -1,12 +0,0 @@ -import sys - -def setup(core, actor, target, command): - core.buffService.addBuffToCreature(target, 'of_vortex_bleed_2', actor) - core.buffService.addBuffToCreature(target, 'of_vortex_root', 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_vortex_3.py b/scripts/commands/combat/of_vortex_3.py deleted file mode 100644 index 4507ec9d..00000000 --- a/scripts/commands/combat/of_vortex_3.py +++ /dev/null @@ -1,12 +0,0 @@ -import sys - -def setup(core, actor, target, command): - core.buffService.addBuffToCreature(target, 'of_vortex_bleed_3', actor) - core.buffService.addBuffToCreature(target, 'of_vortex_root', 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_vortex_4.py b/scripts/commands/combat/of_vortex_4.py deleted file mode 100644 index ff87ce05..00000000 --- a/scripts/commands/combat/of_vortex_4.py +++ /dev/null @@ -1,12 +0,0 @@ -import sys - -def setup(core, actor, target, command): - core.buffService.addBuffToCreature(target, 'of_vortex_bleed_4', actor) - core.buffService.addBuffToCreature(target, 'of_vortex_root', 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_vortex_5.py b/scripts/commands/combat/of_vortex_5.py deleted file mode 100644 index ae7aacee..00000000 --- a/scripts/commands/combat/of_vortex_5.py +++ /dev/null @@ -1,12 +0,0 @@ -import sys - -def setup(core, actor, target, command): - core.buffService.addBuffToCreature(target, 'of_vortex_bleed_5', actor) - core.buffService.addBuffToCreature(target, 'of_vortex_root', 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_vortex_1.py b/scripts/commands/combat/specialline/of_vortex.py similarity index 83% rename from scripts/commands/combat/of_vortex_1.py rename to scripts/commands/combat/specialline/of_vortex.py index 72cf4b13..b17983e6 100644 --- a/scripts/commands/combat/of_vortex_1.py +++ b/scripts/commands/combat/specialline/of_vortex.py @@ -5,8 +5,5 @@ def setup(core, actor, target, command): core.buffService.addBuffToCreature(target, 'of_vortex_root', actor) return -def preRun(core, actor, target, command): - return - def run(core, actor, target, commandString): return \ No newline at end of file