mirror of
https://github.com/correl/mage.git
synced 2025-02-18 03:00:15 +00:00
[STX] fixed Emergent Sequence removing abilities from the land it gets (#7791)
This commit is contained in:
parent
c1f1ceb9e7
commit
f85320a165
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue