mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Merge branch 'coremaster' into historicLDA
# Conflicts: # forge-gui/res/formats/Sanctioned/Historic.txt
This commit is contained in:
@@ -396,9 +396,6 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
|
||||
canChooseZero = false;
|
||||
}
|
||||
}
|
||||
if (ability.getHostCard().hasKeyword("Spend only colored mana on X. No more than one mana of each color may be spent this way.")) {
|
||||
max = 5;
|
||||
}
|
||||
}
|
||||
final int min = canChooseZero ? 0 : 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user