Style cleanup
This commit is contained in:
@@ -18,7 +18,7 @@ public class AfterYou : Script
|
||||
var queue = move.User.BattleData!.Battle.ChoiceQueue;
|
||||
if (queue == null)
|
||||
return;
|
||||
|
||||
|
||||
// If the queue doesn't change, the move fails
|
||||
if (!queue.MovePokemonChoiceNext(target))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user