mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Update VStack.java
This commit is contained in:
@@ -419,6 +419,7 @@ public class VStack extends FDropDown {
|
||||
newtext = TextUtil.fastReplace(TextUtil.fastReplace(newtext, " and .", ".")," .", ".");
|
||||
newtext = TextUtil.fastReplace(TextUtil.fastReplace(newtext, "- - ", "- "), ". .", ".");
|
||||
newtext = TextUtil.fastReplace(newtext, "CARDNAME", name);
|
||||
newtext = TextUtil.fastReplace(newtext, name+name, name);
|
||||
textRenderer.drawText(g, name+" "+cId + optionalCostString +newtext, FONT, foreColor, x, y, w, h, y, h, true, Align.left, true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user