mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fix autopayment not choosing Colorless before colored when mana is already in your mana pool
This commit is contained in:
@@ -125,7 +125,7 @@ public class Mana {
|
||||
}
|
||||
|
||||
public boolean isColorless() {
|
||||
return color == 0;
|
||||
return color == MagicColor.COLORLESS;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user