mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
GameAction.takeInitiative fix indent
This commit is contained in:
@@ -2218,8 +2218,8 @@ public class GameAction {
|
||||
takeInitiative(game.getNextPlayerAfter(p), set);
|
||||
}
|
||||
|
||||
game.setHasInitiative(p);
|
||||
p.createInitiativeEffect(set);
|
||||
game.setHasInitiative(p);
|
||||
p.createInitiativeEffect(set);
|
||||
}
|
||||
|
||||
// You can take the initiative even if you already have it
|
||||
|
||||
Reference in New Issue
Block a user