CharmEffect: fixed it for effects on permanent cards

This commit is contained in:
Hanmac
2016-12-10 17:35:15 +00:00
parent 83953f3f0b
commit e6b8c230d0

View File

@@ -28,7 +28,7 @@ public class CharmEffect extends SpellAbilityEffect {
}
int indx = 0;
List<AbilitySub> choices = sa.getAdditionalAbilityList("Choices");
List<AbilitySub> choices = Lists.newArrayList(sa.getAdditionalAbilityList("Choices"));
if (restriction != null) {
choices.removeAll(Lists.newArrayList(restriction));
}