mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Otherworldly Journey - Fixed that the returning creature did not get the +1/+1 counter.
This commit is contained in:
parent
7bc8ff9955
commit
db694a4c1e
1 changed files with 0 additions and 3 deletions
|
@ -109,9 +109,6 @@ class OtherworldlyJourneyEffect extends OneShotEffect {
|
|||
delayedAbility.setSourceId(source.getSourceId());
|
||||
delayedAbility.setControllerId(source.getControllerId());
|
||||
delayedAbility.setSourceObject(source.getSourceObject(game), game);
|
||||
AddCountersTargetEffect effect = new AddCountersTargetEffect(CounterType.P1P1.createInstance());
|
||||
effect.setTargetPointer(new FixedTarget(source.getFirstTarget()));
|
||||
delayedAbility.addEffect(effect);
|
||||
game.addDelayedTriggeredAbility(delayedAbility);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue