mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Include Wither on the list of keywords that get added to getCardText() for instants/sorceries
This commit is contained in:
@@ -2543,7 +2543,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
}
|
}
|
||||||
if (keyword.equals("CARDNAME can't be countered.")
|
if (keyword.equals("CARDNAME can't be countered.")
|
||||||
|| keyword.startsWith("May be played")
|
|| keyword.startsWith("May be played")
|
||||||
|| keyword.startsWith("Cascade")
|
|| keyword.startsWith("Cascade") || keyword.startsWith("Wither")
|
||||||
|| (keyword.startsWith("Epic") && !sb.toString().contains("Epic"))
|
|| (keyword.startsWith("Epic") && !sb.toString().contains("Epic"))
|
||||||
|| (keyword.startsWith("Conspire") && !sb.toString().contains("Conspire"))
|
|| (keyword.startsWith("Conspire") && !sb.toString().contains("Conspire"))
|
||||||
|| (keyword.startsWith("Split second") && !sb.toString().contains("Split second"))
|
|| (keyword.startsWith("Split second") && !sb.toString().contains("Split second"))
|
||||||
|
|||||||
Reference in New Issue
Block a user