mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +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() {
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue