mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 23:36:59 -04:00
Add check
This commit is contained in:
parent
0e1a0097b6
commit
bc87b55f83
@ -187,7 +187,7 @@ local function processAttacking(dt)
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user