- Updated some SVars.

- Fixed some card texts.
- Fixed AI of Fissure Vent.
This commit is contained in:
Sloth
2012-08-02 20:23:00 +00:00
parent 67eb55d443
commit f6627d06c1
16 changed files with 53 additions and 59 deletions

View File

@@ -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;

View File

@@ -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;