mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Update Card.java
This commit is contained in:
@@ -6811,7 +6811,7 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars {
|
||||
final List<SpellAbility> abilities = Lists.newArrayList();
|
||||
for (SpellAbility sa : getSpellAbilities()) {
|
||||
//adventure spell check
|
||||
if (isAdventureCard() && sa.getRootAbility().isAdventure()) {
|
||||
if (isAdventureCard() && sa.isAdventure()) {
|
||||
if (getExiledWith() != null && CardStateName.Adventure.equals(getExiledWith().getCurrentStateName()))
|
||||
continue; // skip since it's already on adventure
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user