mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
fix changed text missing
This commit is contained in:
@@ -308,6 +308,8 @@ public class MagicStack /* extends MyObservable */ implements Iterable<SpellAbil
|
||||
// if not already copied use a fresh instance
|
||||
SpellAbility original = sp;
|
||||
sp = sp.copy();
|
||||
// need to reapply text changes
|
||||
sp.changeText();
|
||||
sp.setOriginalAbility(original);
|
||||
original.setXManaCostPaid(null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user