mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Fixed remaining auras with "This effect doesn't remove CARDNAME".
This commit is contained in:
@@ -8316,9 +8316,6 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
final String[] characteristics = characteristic.split(",");
|
||||
final String exception = kws.length > 3 ? kws[3] : null; // check "This effect cannot remove sth"
|
||||
if (source.isValid(characteristics, this.getController(), this)
|
||||
&& !source.getName().contains("Flickering Ward") && !source.getName().contains("Pentarch Ward")
|
||||
&& !source.getName().contains("Cho-Manno's Blessing") && !source.getName().contains("Floating Shield")
|
||||
&& !source.getName().contains("Ward of Lights")
|
||||
&& (!checkSBA || exception == null || !source.isValid(exception, this.getController(), this))) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user