mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Fix Bifurcate
This commit is contained in:
@@ -5308,6 +5308,10 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else if (property.equals("Permanent")) {
|
||||||
|
if (this.isInstant() || this.isSorcery()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
} else if (property.equals("ChosenCard")) {
|
} else if (property.equals("ChosenCard")) {
|
||||||
if (!source.getChosenCard().contains(this)) {
|
if (!source.getChosenCard().contains(this)) {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user