mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Fixed generate deck.
This commit is contained in:
@@ -135,7 +135,7 @@ public class GenerateConstructedDeck
|
||||
}
|
||||
return CardUtil.getColors(c).size() <= 2 && //only dual colored gold cards
|
||||
!c.isLand() && //no land
|
||||
c.getSVar("RemAIDeck").equals("True") || //OR very important
|
||||
!c.getSVar("RemAIDeck").equals("True") || //OR very important
|
||||
goodLand.contains(c.getName());
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user