diff --git a/sonic-radiance.love/scenes/battlesystem/actors/hero.lua b/sonic-radiance.love/scenes/battlesystem/actors/hero.lua index a06994c..84e0602 100644 --- a/sonic-radiance.love/scenes/battlesystem/actors/hero.lua +++ b/sonic-radiance.love/scenes/battlesystem/actors/hero.lua @@ -1,8 +1,6 @@ local Battler = require("scenes.battlesystem.actors.battler") local Hero = Battler:extend() -local ChoregraphySystem = require "scenes.battlesystem.actors.systems.choregraphy" - -- INIT FUNCTIONS -- Initialize the hero