mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fix issue with Sen Triplets and targeting in controllers zone
This commit is contained in:
@@ -473,7 +473,7 @@ public class TargetRestrictions {
|
|||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
for (final Card c : game.getCardsIn(this.tgtZone)) {
|
for (final Card c : game.getCardsIn(this.tgtZone)) {
|
||||||
if (!c.isValid(this.validTgts, srcCard.getController(), srcCard, sa)) {
|
if (!c.isValid(this.validTgts, sa.getActivatingPlayer(), srcCard, sa)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (isTargeted && !sa.canTarget(c)) {
|
if (isTargeted && !sa.canTarget(c)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user