OpenDAoC / OpenDAoC-Core

OpenDAoC is a free Dark Age of Camelot server emulator
https://www.opendaoc.com
GNU General Public License v3.0
33 stars 21 forks source link

Fix left hand never swinging alone #18

Closed bm01 closed 2 years ago

bm01 commented 2 years ago

Currently, for unstyled attacks, either both hands are used at the same time, or the right hand alone. But the left hand is also supposed to swing alone (there's an animation for that).

The code was there (kinda), it just couldn't be reached. I also had to change AttackComponent.AttackSpeed so that it can return the correct attack speed when the left hand attacks alone.

(Potential merge conflict with #16 there. Keep #16's change)