mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
fix error
This commit is contained in:
parent
842612a37a
commit
769097cfa3
1 changed files with 10 additions and 9 deletions
|
|
@ -952,6 +952,7 @@ public abstract class AbstractCommander extends Constructed {
|
||||||
|| cn.equals("yuriko, the tiger's shadow")) {
|
|| cn.equals("yuriko, the tiger's shadow")) {
|
||||||
thisMaxPower = Math.max(thisMaxPower, 20);
|
thisMaxPower = Math.max(thisMaxPower, 20);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
ObjectColor color = null;
|
ObjectColor color = null;
|
||||||
for (Card commander : deck.getSideboard()) {
|
for (Card commander : deck.getSideboard()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue