diff --git a/sonic-radiance.love/game/modules/subgames/world/actors/fighters/parent.lua b/sonic-radiance.love/game/modules/subgames/world/actors/fighters/parent.lua index e5cff40..28f3f71 100644 --- a/sonic-radiance.love/game/modules/subgames/world/actors/fighters/parent.lua +++ b/sonic-radiance.love/game/modules/subgames/world/actors/fighters/parent.lua @@ -19,7 +19,7 @@ function FighterParent:new(world, x, y, fighterType) local w, h, d = self:getFighterHitbox() local z = self:getStartZ() - FighterParent.super.new(self, world, fighterType, x, y, z, w, h, d, true) + FighterParent.super.new(self, world, fighterType, x, y, z, w, h, d, false) self.defaultDir = self.defaultDir or -1 self:initMovements() self:initActions()