[CMM] rework Narci, Fable Singer (#10699)

* easy fix first

* use targetPointer in Narci effect.
This commit is contained in:
Susucre 2023-07-29 19:46:40 +02:00 committed by GitHub
parent ba9ede4d66
commit 263b01e702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View file

@ -94,7 +94,6 @@ public class FinalChapterAbilityResolvesTriggeredAbility extends TriggeredAbilit
if (rememberSaga) {
getEffects().setTargetPointer(new FixedTarget(permanent.getId(), game));
getEffects().setValue("SAGA_MANACOST", permanent.getManaValue());
}
return true;
}