fix error

This commit is contained in:
theelk801 2025-03-28 15:20:41 -04:00
parent 842612a37a
commit 769097cfa3

View file

@ -952,6 +952,7 @@ public abstract class AbstractCommander extends Constructed {
|| cn.equals("yuriko, the tiger's shadow")) {
thisMaxPower = Math.max(thisMaxPower, 20);
}
}
ObjectColor color = null;
for (Card commander : deck.getSideboard()) {