mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Fix getReflectableManaColors
This commit is contained in:
committed by
Michael Kamensky
parent
07278de968
commit
53e2df8aa2
@@ -496,7 +496,7 @@ public final class CardUtil {
|
||||
break;
|
||||
}
|
||||
|
||||
colors = CardUtil.getReflectableManaColors(ab, sa, colors, parents);
|
||||
colors = CardUtil.getReflectableManaColors(sa, ab, colors, parents);
|
||||
}
|
||||
}
|
||||
return colors;
|
||||
|
||||
Reference in New Issue
Block a user