mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28: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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
colors = CardUtil.getReflectableManaColors(ab, sa, colors, parents);
|
colors = CardUtil.getReflectableManaColors(sa, ab, colors, parents);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return colors;
|
return colors;
|
||||||
|
|||||||
Reference in New Issue
Block a user