This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user