- Do not set an EndOfTurnLeavePlay SVar on Dash cards (seems to have no functional effect while preventing the AI from ever casting the card for its full mana cost after it was dashed once).

This commit is contained in:
Agetian
2016-12-24 05:13:51 +00:00
parent 3f95f34acc
commit 0334dbb87c

View File

@@ -26,7 +26,6 @@ public class PermanentEffect extends SpellAbilityEffect {
// some extra for Dashing
if (sa.isDash()) {
c.addExtrinsicKeyword("Haste");
c.setSVar("EndOfTurnLeavePlay", "True");
c.updateKeywords();
}
}