mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- 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:
@@ -26,7 +26,6 @@ public class PermanentEffect extends SpellAbilityEffect {
|
|||||||
// some extra for Dashing
|
// some extra for Dashing
|
||||||
if (sa.isDash()) {
|
if (sa.isDash()) {
|
||||||
c.addExtrinsicKeyword("Haste");
|
c.addExtrinsicKeyword("Haste");
|
||||||
c.setSVar("EndOfTurnLeavePlay", "True");
|
|
||||||
c.updateKeywords();
|
c.updateKeywords();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user