mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Fixed OppCtrl.
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user