mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
[AFR] fixed Minimus Containment not working
This commit is contained in:
parent
bd64728d2f
commit
cfd3761904
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class MinimusContainmentEffect extends ContinuousEffectImpl {
|
|||
}
|
||||
|
||||
MinimusContainmentEffect() {
|
||||
super(Duration.EndOfTurn, Outcome.Benefit);
|
||||
super(Duration.WhileOnBattlefield, Outcome.Benefit);
|
||||
staticText = "enchanted permanent is a Treasure artifact with " +
|
||||
"\"{T}, Sacrifice this artifact: Add one mana of any color,\" and it loses all other abilities";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue