mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Refine comment
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user