mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28: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.")
|
||||
|| keyword.startsWith("May be played")
|
||||
|| keyword.startsWith("Cascade")
|
||||
|| keyword.startsWith("Cascade") || keyword.startsWith("Wither")
|
||||
|| (keyword.startsWith("Epic") && !sb.toString().contains("Epic"))
|
||||
|| (keyword.startsWith("Conspire") && !sb.toString().contains("Conspire"))
|
||||
|| (keyword.startsWith("Split second") && !sb.toString().contains("Split second"))
|
||||
|
||||
Reference in New Issue
Block a user