mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- ChosenX will now also be stored on the card and not only the spellAbility.
- Fixed Tezzeret the Seeker.
This commit is contained in:
@@ -304,6 +304,7 @@ public class CostUtil {
|
||||
final Object o = GuiUtils.chooseOne(card.toString() + " - Choose a Value for X", choiceArray);
|
||||
final int chosenX = (Integer) o;
|
||||
sa.setSVar("ChosenX", "Number$" + Integer.toString(chosenX));
|
||||
card.setSVar("ChosenX", "Number$" + Integer.toString(chosenX));
|
||||
|
||||
return chosenX;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user