- Fixed OppCtrl.

This commit is contained in:
Sloth
2012-10-25 07:22:17 +00:00
parent 517675a25a
commit 476c01787c
2 changed files with 3 additions and 3 deletions

View File

@@ -6494,7 +6494,7 @@ public class Card extends GameEntity implements Comparable<Card> {
return false;
}
} else if (property.startsWith("OppCtrl")) {
if (this.getController().getOpponents().contains(sourceController)) {
if (!this.getController().getOpponents().contains(sourceController)) {
return false;
}
} else if (property.startsWith("ChosenCtrl")) {