From eb949a8602220883d3d81295c0f01778de372b38 Mon Sep 17 00:00:00 2001 From: Yogurt Date: Sat, 1 Jun 2019 02:14:21 -0700 Subject: [PATCH] Move chimera abilities to Weaponskills --- .../commands/{ability => weaponskill}/breath_of_the_dragon.lua | 0 .../commands/{ability => weaponskill}/breath_of_the_ram.lua | 0 .../commands/{ability => weaponskill}/voice_of_the_dragon.lua | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename data/scripts/commands/{ability => weaponskill}/breath_of_the_dragon.lua (100%) rename data/scripts/commands/{ability => weaponskill}/breath_of_the_ram.lua (100%) rename data/scripts/commands/{ability => weaponskill}/voice_of_the_dragon.lua (100%) diff --git a/data/scripts/commands/ability/breath_of_the_dragon.lua b/data/scripts/commands/weaponskill/breath_of_the_dragon.lua similarity index 100% rename from data/scripts/commands/ability/breath_of_the_dragon.lua rename to data/scripts/commands/weaponskill/breath_of_the_dragon.lua diff --git a/data/scripts/commands/ability/breath_of_the_ram.lua b/data/scripts/commands/weaponskill/breath_of_the_ram.lua similarity index 100% rename from data/scripts/commands/ability/breath_of_the_ram.lua rename to data/scripts/commands/weaponskill/breath_of_the_ram.lua diff --git a/data/scripts/commands/ability/voice_of_the_dragon.lua b/data/scripts/commands/weaponskill/voice_of_the_dragon.lua similarity index 100% rename from data/scripts/commands/ability/voice_of_the_dragon.lua rename to data/scripts/commands/weaponskill/voice_of_the_dragon.lua