mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Fixed card filtering in the deck editor for cards with {C} in their mana costs.
This commit is contained in:
@@ -157,6 +157,9 @@ public class SFilterUtil {
|
|||||||
if (buttonMap.get(StatTypes.GREEN).isSelected()) {
|
if (buttonMap.get(StatTypes.GREEN).isSelected()) {
|
||||||
colors0 |= MagicColor.GREEN;
|
colors0 |= MagicColor.GREEN;
|
||||||
}
|
}
|
||||||
|
if (buttonMap.get(StatTypes.COLORLESS).isSelected()) {
|
||||||
|
colors0 |= MagicColor.COLORLESS;
|
||||||
|
}
|
||||||
|
|
||||||
final byte colors = colors0;
|
final byte colors = colors0;
|
||||||
final boolean wantColorless = buttonMap.get(StatTypes.COLORLESS).isSelected();
|
final boolean wantColorless = buttonMap.get(StatTypes.COLORLESS).isSelected();
|
||||||
|
|||||||
Reference in New Issue
Block a user