mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +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) {
|
public final boolean executePayment(SpellAbility ability, Card targetCard) {
|
||||||
this.list.add(targetCard);
|
this.list.add(CardUtil.getLKICopy(targetCard));
|
||||||
doPayment(ability, targetCard);
|
doPayment(ability, targetCard);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user