mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +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)
|
||||
|| this.hasKeyword("CARDNAME can't be equipped.")
|
||||
|| !this.isValid("Creature.YouCtrl", equip.getController(), equip)) {
|
||||
|| !this.isValid("Creature", equip.getController(), equip)) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user