Add check

This commit is contained in:
SkyHasACat 2025-07-04 12:12:47 -05:00
parent 0e1a0097b6
commit bc87b55f83

View File

@ -187,7 +187,7 @@ local function processAttacking(dt)
end end
end end
if swingStart > 0 then if swingStart > 0 and Actor.getStance(self) == Actor.STANCE.Weapon then
swingStart = swingStart - dt swingStart = swingStart - dt
self.controls.use = 1 self.controls.use = 1
else else