mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Equipment won't shake off when controller changes
This commit is contained in:
@@ -8005,7 +8005,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
}
|
}
|
||||||
if (this.hasProtectionFrom(equip)
|
if (this.hasProtectionFrom(equip)
|
||||||
|| this.hasKeyword("CARDNAME can't be equipped.")
|
|| this.hasKeyword("CARDNAME can't be equipped.")
|
||||||
|| !this.isValid("Creature.YouCtrl", equip.getController(), equip)) {
|
|| !this.isValid("Creature", equip.getController(), equip)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user