mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Fix to TestPlayer blocking multiple creatures
This commit is contained in:
parent
fd148be718
commit
354ca1c062
1 changed files with 1 additions and 1 deletions
|
@ -588,8 +588,8 @@ public class TestPlayer implements Player {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
checkMultipleBlockers(game, blockedCreaturesByCreature);
|
|
||||||
}
|
}
|
||||||
|
checkMultipleBlockers(game, blockedCreaturesByCreature);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Checks if a creature can block at least one more creature
|
// Checks if a creature can block at least one more creature
|
||||||
|
|
Loading…
Reference in a new issue