mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
Change card text
This commit is contained in:
parent
0a0878aba6
commit
81954b92ea
1 changed files with 1 additions and 2 deletions
|
@ -43,9 +43,8 @@ class CreaturesAreSliversEffect extends ContinuousEffectImpl {
|
||||||
|
|
||||||
|
|
||||||
public CreaturesAreSliversEffect() {
|
public CreaturesAreSliversEffect() {
|
||||||
|
|
||||||
super(Duration.WhileOnBattlefield, Layer.TypeChangingEffects_4, SubLayer.NA, Outcome.Neutral);
|
super(Duration.WhileOnBattlefield, Layer.TypeChangingEffects_4, SubLayer.NA, Outcome.Neutral);
|
||||||
staticText = "All permanents are artifacts in addition to their other types";
|
staticText = "Creatures you control are Slivers in addition to their other creature types.";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue