mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fault Line fix.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
Fault Line
|
Fault Line
|
||||||
X R
|
X R R
|
||||||
Sorcery
|
Sorcery
|
||||||
no text
|
no text
|
||||||
|
|
||||||
|
|||||||
@@ -16914,7 +16914,7 @@ public class CardFactory implements NewConstants {
|
|||||||
}
|
}
|
||||||
public boolean canPlayAI()
|
public boolean canPlayAI()
|
||||||
{
|
{
|
||||||
final int maxX = ComputerUtil.getAvailableMana().size() - 1;
|
final int maxX = ComputerUtil.getAvailableMana().size() - CardUtil.getConvertedManaCost(card);
|
||||||
|
|
||||||
if (AllZone.Human_Life.getLife() <= maxX)
|
if (AllZone.Human_Life.getLife() <= maxX)
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user