diff --git a/forge-game/src/main/java/forge/game/card/Card.java b/forge-game/src/main/java/forge/game/card/Card.java index 439d63494e9..3926d9fa1eb 100644 --- a/forge-game/src/main/java/forge/game/card/Card.java +++ b/forge-game/src/main/java/forge/game/card/Card.java @@ -6393,20 +6393,8 @@ public class Card extends GameEntity implements Comparable, IHasSVars { pW = true; protectKey += "W"; } - } else if (kw.contains("monocolored")) { - protectKey += "monocolored:"; - } else if (kw.contains("multicolored")) { - protectKey += "multicolored:"; } else if (kw.contains("all colors")) { protectKey += "allcolors:"; - } else if (kw.contains("Protection from colorless")) { - protectKey += "colorless:"; - } else if (kw.equals("Protection from creatures")) { - protectKey += "creatures:"; - } else if (kw.equals("Protection from artifacts")) { - protectKey += "artifacts:"; - } else if (kw.equals("Protection from enchantments")) { - protectKey += "enchantments:"; } else if (kw.equals("Protection from everything")) { protectKey += "everything:"; } else if (kw.contains("colored spells")) {