mirror of
https://github.com/correl/mage.git
synced 2024-12-24 03:00:14 +00:00
* Teferi, Temporal Archmage - Fixed that the emblem effect did wrongly only work the turn the emblem was created.
This commit is contained in:
parent
355a98f282
commit
637c8d2566
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class TeferiTemporalArchmageEmblem extends Emblem {
|
|||
class TeferiTemporalArchmageAsThoughEffect extends AsThoughEffectImpl {
|
||||
|
||||
public TeferiTemporalArchmageAsThoughEffect() {
|
||||
super(AsThoughEffectType.CAST_AS_INSTANT, Duration.EndOfTurn, Outcome.Benefit);
|
||||
super(AsThoughEffectType.CAST_AS_INSTANT, Duration.EndOfGame, Outcome.Benefit);
|
||||
staticText = "You may activate loyalty abilities of planeswalkers you control on any player's turn any time you could cast an instant";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue