Refine comment

This commit is contained in:
TRT
2022-01-21 14:56:19 +01:00
parent 87556f8e9e
commit a4504d5d38

View File

@@ -157,6 +157,7 @@ public class ReplaceTokenEffect extends SpellAbilityEffect {
return in; return in;
} }
// we can merge the amounts without losing information // we can merge the amounts without losing information
// which avoids creating identical prototypes for performance
List<Integer> result = Lists.newArrayList(); List<Integer> result = Lists.newArrayList();
int sum = 0; int sum = 0;
for (int e : in) { for (int e : in) {