mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08: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…
Add table
Add a link
Reference in a new issue