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;
|
||||
} else {
|
||||
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;
|
||||
}
|
||||
if (isTargeted && !sa.canTarget(c)) {
|
||||
|
||||
Reference in New Issue
Block a user