- Equipment won't shake off when controller changes

This commit is contained in:
swordshine
2013-04-28 01:25:59 +00:00
parent 1d139ea54b
commit b724f214e2

View File

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