mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 21:42:07 -08:00
Minor formatting.
This commit is contained in:
parent
721a411aad
commit
19714312cd
3 changed files with 12 additions and 6 deletions
|
|
@ -53,10 +53,12 @@ public class FirstCombatDamageStep extends Step<FirstCombatDamageStep> {
|
|||
|
||||
@Override
|
||||
public boolean skipStep(Game game, UUID activePlayerId) {
|
||||
if (game.getCombat().noAttackers())
|
||||
if (game.getCombat().noAttackers()) {
|
||||
return true;
|
||||
if (!game.getCombat().hasFirstOrDoubleStrike(game))
|
||||
}
|
||||
if (!game.getCombat().hasFirstOrDoubleStrike(game)) {
|
||||
return true;
|
||||
}
|
||||
return super.skipStep(game, activePlayerId);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue