mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Cleanup #2
This commit is contained in:
parent
b48c37ea8f
commit
16513408fc
1 changed files with 0 additions and 7 deletions
|
|
@ -564,13 +564,6 @@ public class CombatGroup implements Serializable, Copyable<CombatGroup> {
|
|||
return;
|
||||
}
|
||||
Player player = game.getPlayer(defenderControlsDefensiveFormation(game) ? defendingPlayerId : playerId);
|
||||
//~ Player player = game.getPlayer(playerId);
|
||||
//~ for (Permanent defensiveFormation : game.getBattlefield().getAllActivePermanents(defendingPlayerId)) { // for handling Defensive Formation
|
||||
//~ if (defensiveFormation.getAbilities().containsKey(ControllerAssignCombatDamageToBlockersAbility.getInstance().getId())) {
|
||||
//~ player = game.getPlayer(defendingPlayerId);
|
||||
//~ break;
|
||||
//~ }
|
||||
//~ }
|
||||
List<UUID> blockerList = new ArrayList<>(blockers);
|
||||
blockerOrder.clear();
|
||||
while (player.canRespond()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue