mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48: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
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// 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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user