mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 11:02:00 -08:00
- Fix for issue #2885
This commit is contained in:
parent
df64713cbf
commit
c4737f11d0
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ public class HumanPlayer extends PlayerImpl {
|
||||||
@Override
|
@Override
|
||||||
public int chooseReplacementEffect(Map<String, String> rEffects, Game game) {
|
public int chooseReplacementEffect(Map<String, String> rEffects, Game game) {
|
||||||
updateGameStatePriority("chooseEffect", game);
|
updateGameStatePriority("chooseEffect", game);
|
||||||
if (rEffects.size() == 1) {
|
if (rEffects.size() <= 1) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if (!autoSelectReplacementEffects.isEmpty()) {
|
if (!autoSelectReplacementEffects.isEmpty()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue