mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Attempt to fix Venarian Gold
This commit is contained in:
@@ -624,8 +624,8 @@ public class MagicStack /* extends MyObservable */ implements Iterable<SpellAbil
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sa.getHostCard().setXManaCostPaid(0);
|
||||
// xManaCostPaid will reset when cast the spell, comment out to fix Venarian Gold
|
||||
// sa.getHostCard().setXManaCostPaid(0);
|
||||
}
|
||||
|
||||
private final void removeCardFromStack(final SpellAbility sa, final boolean fizzle) {
|
||||
|
||||
Reference in New Issue
Block a user