From 08c5724e96238c78a010fbf57db574f153f84c64 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 25 Jul 2020 11:20:18 +0200 Subject: [PATCH] fix: remove calling of deleted old choregraphy system --- sonic-radiance.love/scenes/battlesystem/actors/hero.lua | 2 -- 1 file changed, 2 deletions(-) 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