mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Card: remove unused Keywords which are replaced with CantTarget
This commit is contained in:
@@ -6373,21 +6373,6 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
result.setFalse();
|
result.setFalse();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "CARDNAME can't be the target of red spells or abilities from red sources.":
|
|
||||||
if (source.isRed()) {
|
|
||||||
result.setFalse();
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
case "CARDNAME can't be the target of black spells.":
|
|
||||||
if (source.isBlack() && sa.isSpell()) {
|
|
||||||
result.setFalse();
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
case "CARDNAME can't be the target of blue spells.":
|
|
||||||
if (source.isBlue() && sa.isSpell()) {
|
|
||||||
result.setFalse();
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
case "CARDNAME can't be the target of spells.":
|
case "CARDNAME can't be the target of spells.":
|
||||||
if (sa.isSpell()) {
|
if (sa.isSpell()) {
|
||||||
result.setFalse();
|
result.setFalse();
|
||||||
|
|||||||
Reference in New Issue
Block a user