mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
GameAction.takeInitiative fix indent
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user