mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +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()) {
|
||||
colors0 |= MagicColor.GREEN;
|
||||
}
|
||||
if (buttonMap.get(StatTypes.COLORLESS).isSelected()) {
|
||||
colors0 |= MagicColor.COLORLESS;
|
||||
}
|
||||
|
||||
final byte colors = colors0;
|
||||
final boolean wantColorless = buttonMap.get(StatTypes.COLORLESS).isSelected();
|
||||
|
||||
Reference in New Issue
Block a user