mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Use StackDescription for AltCosts
This commit is contained in:
@@ -4864,6 +4864,11 @@ public class CardFactoryUtil {
|
||||
}
|
||||
|
||||
altCostSA.setDescription(costDescription);
|
||||
|
||||
if (!params.get("StackDescription").isEmpty()) {
|
||||
altCostSA.setStackDescription(params.get("StackDescription"));
|
||||
}
|
||||
|
||||
return altCostSA;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user