mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Refine comment
This commit is contained in:
@@ -157,6 +157,7 @@ public class ReplaceTokenEffect extends SpellAbilityEffect {
|
||||
return in;
|
||||
}
|
||||
// we can merge the amounts without losing information
|
||||
// which avoids creating identical prototypes for performance
|
||||
List<Integer> result = Lists.newArrayList();
|
||||
int sum = 0;
|
||||
for (int e : in) {
|
||||
|
||||
Reference in New Issue
Block a user