mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Added Golem-Skin Gauntlets.
This commit is contained in:
@@ -6448,7 +6448,8 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
}
|
||||
} else if (property.startsWith("AttachedTo")) {
|
||||
String restriction = property.split("AttachedTo ")[1];
|
||||
if (enchanting == null || !enchanting.isValid(restriction, sourceController, source)) {
|
||||
if ((enchanting == null || !enchanting.isValid(restriction, sourceController, source))
|
||||
&& (equipping.isEmpty() || equipping.get(0).isValid(restriction, sourceController, source))) {
|
||||
return false;
|
||||
}
|
||||
} else if (property.startsWith("EnchantedBy")) {
|
||||
|
||||
Reference in New Issue
Block a user