mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Fixed OppCtrl.
This commit is contained in:
@@ -6494,7 +6494,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} else if (property.startsWith("OppCtrl")) {
|
} else if (property.startsWith("OppCtrl")) {
|
||||||
if (this.getController().getOpponents().contains(sourceController)) {
|
if (!this.getController().getOpponents().contains(sourceController)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} else if (property.startsWith("ChosenCtrl")) {
|
} else if (property.startsWith("ChosenCtrl")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user