mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fixed logic of last commit.
This commit is contained in:
@@ -1468,8 +1468,8 @@ public class ComputerUtil {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// mulligan when at the threshold, with a no land hand
|
// mulligan when at the threshold, with a no land hand
|
||||||
if (handList.size() == aic.getIntProperty(AiProps.MULLIGAN_THRESHOLD) && lands.isEmpty()) {
|
if (handList.size() == aic.getIntProperty(AiProps.MULLIGAN_THRESHOLD) && !lands.isEmpty()) {
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return lands.size() < 2 ;
|
return lands.size() < 2 ;
|
||||||
|
|||||||
Reference in New Issue
Block a user