mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Clean up
This commit is contained in:
@@ -17,7 +17,6 @@ import forge.game.combat.AttackRequirement;
|
||||
import forge.game.combat.AttackingBand;
|
||||
import forge.game.combat.Combat;
|
||||
import forge.game.combat.CombatUtil;
|
||||
import forge.game.keyword.Keyword;
|
||||
import forge.game.mana.Mana;
|
||||
import forge.game.player.Player;
|
||||
import forge.game.spellability.OptionalCost;
|
||||
@@ -1020,11 +1019,6 @@ public class CardProperty {
|
||||
if (!card.hasKeyword(property.substring(10))) {
|
||||
return false;
|
||||
}
|
||||
} else if (property.startsWith("withFlashback")) {
|
||||
boolean fb = card.hasKeyword(Keyword.FLASHBACK);
|
||||
if (!fb) {
|
||||
return false;
|
||||
}
|
||||
} else if (property.startsWith("with")) {
|
||||
// ... Card keywords
|
||||
if (property.startsWith("without") && card.hasStartOfUnHiddenKeyword(property.substring(7))) {
|
||||
|
||||
Reference in New Issue
Block a user