GameAction.takeInitiative fix indent

This commit is contained in:
Northmoc
2022-05-30 08:59:53 -04:00
parent 4771088676
commit dd220ec270

View File

@@ -2218,8 +2218,8 @@ public class GameAction {
takeInitiative(game.getNextPlayerAfter(p), set); takeInitiative(game.getNextPlayerAfter(p), set);
} }
game.setHasInitiative(p); game.setHasInitiative(p);
p.createInitiativeEffect(set); p.createInitiativeEffect(set);
} }
// You can take the initiative even if you already have it // You can take the initiative even if you already have it