mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Fixed "Defined$ TriggeredCard" returning the LKI copy of the card.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user