T00L00 / WanderKingPrototype

1 stars 0 forks source link

Button smashing tab and space causes unit to get stuck in chambered position #16

Open T00L00 opened 6 months ago

T00L00 commented 6 months ago

If you tab to start chambering a unit then quickly press space multiple times, the unit will get stuck in the final chambered position. This is likely due to the isChambered and isAimModeEnabled booleans not being set correctly during the chambering and aiming process. Need a way to manage these states more robustly.