- Fault Line fix.

This commit is contained in:
jendave
2011-08-06 03:33:44 +00:00
parent 2c728db0ea
commit 9c88ef0e40
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
Fault Line Fault Line
X R X R R
Sorcery Sorcery
no text no text

View File

@@ -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;