- Attempt to fix Venarian Gold

This commit is contained in:
swordshine
2014-06-05 14:15:28 +00:00
parent bbb4e1da7b
commit ef13b0ac4a

View File

@@ -624,8 +624,8 @@ public class MagicStack /* extends MyObservable */ implements Iterable<SpellAbil
} }
} }
} }
// xManaCostPaid will reset when cast the spell, comment out to fix Venarian Gold
sa.getHostCard().setXManaCostPaid(0); // sa.getHostCard().setXManaCostPaid(0);
} }
private final void removeCardFromStack(final SpellAbility sa, final boolean fizzle) { private final void removeCardFromStack(final SpellAbility sa, final boolean fizzle) {