- Added Bruna, Light of Alabaster

This commit is contained in:
moomarc
2012-12-06 15:56:51 +00:00
parent fd78277f93
commit eead1c2721
3 changed files with 25 additions and 0 deletions

View File

@@ -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;