fix verify failure

This commit is contained in:
theelk801 2023-10-14 21:08:56 -04:00
parent 536e9376a9
commit fc1556b8be

View file

@ -54,6 +54,7 @@ public final class KarvanistaLoyalLupari extends AdventureCard {
this.getSpellCard().getSpellAbility().addEffect(new GainAbilityControlledEffect(
IndestructibleAbility.getInstance(), Duration.UntilYourNextTurn, filter, false
).setText("Humans you control gain indestructible until your next turn"));
this.finalizeAdventure();
}
private KarvanistaLoyalLupari(final KarvanistaLoyalLupari card) {