mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
*Fixed stupidity in commander blocking
This commit is contained in:
@@ -302,7 +302,13 @@ public class ComputerUtilCombat {
|
|||||||
cmdDmg -= blocker.getCurrentToughness();
|
cmdDmg -= blocker.getCurrentToughness();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
if(combat.getBlockers(c).size() == 0)
|
||||||
|
{
|
||||||
|
cmdDmg += c.getCurrentPower();
|
||||||
|
}
|
||||||
|
}
|
||||||
if(cmdDmg >= 21) {
|
if(cmdDmg >= 21) {
|
||||||
res.add(c);
|
res.add(c);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user