- Little fix.

This commit is contained in:
jendave
2011-08-07 01:11:24 +00:00
parent f2da6fd9b1
commit 209cfde57d
2 changed files with 2 additions and 2 deletions

View File

@@ -5366,7 +5366,7 @@ public class GameActionUtil {
String maxnumber = SpecialConditions.split("/") [1];
if (!(OppLandInPlay.size() <= Integer.valueOf(maxnumber))) return false;
}
if(SpecialConditions.contains("YouCtrlMoreCreatures")) {
if(SpecialConditions.contains("OppCtrlMoreCreatures")) {
CardList CreaturesInPlayYou = AllZoneUtil.getPlayerCardsInPlay(SourceCard.getController());
CreaturesInPlayYou = CreaturesInPlayYou.getType("Creature");
CardList CreaturesInPlayOpp = AllZoneUtil.getPlayerCardsInPlay(SourceCard.getController().getOpponent());