Adds effects for after you, assist, and attract
This commit is contained in:
@@ -77,6 +77,9 @@ public class BattleChoiceQueue
|
||||
/// <summary>
|
||||
/// This moves the choice of a specific Pokémon up to the next choice to be executed.
|
||||
/// </summary>
|
||||
/// <returns>
|
||||
/// Returns true if the Pokémon was found and moved, false otherwise.
|
||||
/// </returns>
|
||||
public bool MovePokemonChoiceNext(IPokemon pokemon)
|
||||
{
|
||||
var index = Array.FindIndex(_choices, _currentIndex, choice => choice?.User == pokemon);
|
||||
|
||||
Reference in New Issue
Block a user