mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
update comment
This commit is contained in:
@@ -587,7 +587,7 @@ public abstract class ACEditorBase<TItem extends InventoryItem, TModel extends D
|
||||
|
||||
GuiUtils.addMenuItem(menu, label, null, () -> {
|
||||
List<String> colors = GuiChoose.getChoices(localizer.getMessage("lblChooseNColors", Lang.getNumeral(2)), 2, 2, MagicColor.Constant.ONLY_COLORS);
|
||||
// make a foiled version based on the original
|
||||
// make an updated version
|
||||
PaperCard updated = existingCard.getSpireVersion(colors);
|
||||
// remove *quantity* instances of existing card
|
||||
CDeckEditorUI.SINGLETON_INSTANCE.removeSelectedCards(false, 1);
|
||||
|
||||
Reference in New Issue
Block a user