mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Added Bruna, Light of Alabaster
This commit is contained in:
@@ -6433,6 +6433,10 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
} else if (property.equals("NotAttachedTo")) {
|
||||
if (this.equipping.contains(source) || source.equals(this.enchanting)) {
|
||||
return false;
|
||||
}
|
||||
} else if (property.startsWith("EnchantedBy")) {
|
||||
if (!this.getEnchantedBy().contains(source) && !this.equals(source.getEnchanting())) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user