mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Updated some SVars.
- Fixed some card texts. - Fixed AI of Fissure Vent.
This commit is contained in:
@@ -2611,7 +2611,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
}
|
||||
if (keyword.equals("Rebound")) {
|
||||
sb.append(keyword)
|
||||
.append("(If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)\r\n");
|
||||
.append(" (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)\r\n");
|
||||
}
|
||||
}
|
||||
return sb;
|
||||
|
||||
@@ -177,6 +177,11 @@ public class AbilityFactoryDestroy {
|
||||
return AbilityFactoryDestroy.destroyStackDescription(af, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canPlayAI() {
|
||||
return AbilityFactoryDestroy.destroyCanPlayAI(af, this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean chkAIDrawback() {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user