- Fixed "Defined$ TriggeredCard" returning the LKI copy of the card.

This commit is contained in:
Sloth
2013-03-03 12:41:22 +00:00
parent cd5c3bfa69
commit 9bd3cd6bcb

View File

@@ -143,7 +143,6 @@ public class AbilityUtils {
final Object crd = root.getTriggeringObject(defined.substring(9));
if (crd instanceof Card) {
c = Singletons.getModel().getGame().getCardState((Card) crd);
c = (Card) crd;
} else if (crd instanceof List<?>) {
for (final Card cardItem : (List<Card>) crd) {
cards.add(cardItem);