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