- Hacked the First strike / lifelink bug (there should be some nicer way of fixing this, but I haven't figured it out yet).

This commit is contained in:
jendave
2011-08-06 04:42:08 +00:00
parent 5bb12364a1
commit dbe69dc4fd
6 changed files with 20 additions and 3 deletions

View File

@@ -19745,6 +19745,7 @@ public class CardFactory implements NewConstants {
CardList computer = AllZoneUtil.getPlayerCardsInPlay(Constant.Player.Computer);
computer = computer.filter(colorless);
System.out.println("Current phase:" + AllZone.Phase.getPhase());
// the computer will at least destroy 2 more human permanents
return AllZone.Phase.getPhase().equals(Constant.Phase.Main2) &&
(computer.size() < human.size() - 1