mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Reverting RememberedSize, which isn't a great name if its only sposed to be used with counters
This commit is contained in:
@@ -1448,6 +1448,10 @@ public class CardFactoryUtil {
|
||||
return crdname.size();
|
||||
}
|
||||
|
||||
if (l[0].startsWith("RememberedSize")) {
|
||||
return CardFactoryUtil.doXMath(c.getRemembered().size(), m, c);
|
||||
}
|
||||
|
||||
// Count$CountersAdded <CounterType> <ValidSource>
|
||||
if (l[0].startsWith("CountersAdded")) {
|
||||
final String[] components = l[0].split(" ", 3);
|
||||
|
||||
Reference in New Issue
Block a user