mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Fixed cost lists not using LKI's (once again).
This commit is contained in:
@@ -92,7 +92,7 @@ public abstract class CostPartWithList extends CostPart {
|
||||
}
|
||||
|
||||
public final boolean executePayment(SpellAbility ability, Card targetCard) {
|
||||
this.list.add(targetCard);
|
||||
this.list.add(CardUtil.getLKICopy(targetCard));
|
||||
doPayment(ability, targetCard);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user