mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Fixed AI not using AnyMana sources for Hybrid mana.
This commit is contained in:
@@ -156,7 +156,7 @@ public class ComputerUtilMana {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (costParts[nPart].contains("/")) {
|
} else if (costParts[nPart].contains("2/")) {
|
||||||
colorChoice = costParts[nPart].replace("2/", "");
|
colorChoice = costParts[nPart].replace("2/", "");
|
||||||
} else if (costParts[nPart].length() > 1) {
|
} else if (costParts[nPart].length() > 1) {
|
||||||
colorChoice = costParts[nPart].substring(0, 1);
|
colorChoice = costParts[nPart].substring(0, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user