Adds more tests, fixes
All checks were successful
Build / Build (push) Successful in 1m7s

This commit is contained in:
2026-07-04 13:03:54 +02:00
parent 8fbf22a987
commit f9878e76ba
14 changed files with 1564 additions and 8 deletions

View File

@@ -93,7 +93,7 @@ public class BattleChoiceQueue : IDeepCloneable
if (index == -1)
return false;
if (index == _currentIndex)
return true;
return false; // Already next
var choice = _choices[index];
_choices[index] = null;
// Push all choices back