Add check

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

View File

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