mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Added the remaining Mirage instantments (Grave Servitude, Lightning Reflexes, Soar, and Ward of Lights
This commit is contained in:
@@ -8818,7 +8818,8 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
final String[] characteristics = characteristic.split(",");
|
||||
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("Cho-Manno's Blessing") && !source.getName().contains("Floating Shield")
|
||||
&& !source.getName().contains("Ward of Light")) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user