[STX] fixed Emergent Sequence removing abilities from the land it gets (#7791)

This commit is contained in:
Evan Kranzler 2021-04-30 18:25:47 -04:00
parent c1f1ceb9e7
commit f85320a165

View file

@ -85,7 +85,7 @@ class EmergentSequenceEffect extends OneShotEffect {
return true;
}
game.addEffect(new BecomesCreatureTargetEffect(
new QuandrixToken(), true, true, Duration.Custom
new QuandrixToken(), false, true, Duration.Custom
).setTargetPointer(new FixedTarget(permanent, game)), source);
permanent.addCounters(CounterType.P1P1.createInstance(
EmergentSequenceWatcher.getAmount(source.getControllerId(), game)