Change card text

This commit is contained in:
Alexsandro 2017-01-10 12:47:50 -02:00
parent 0a0878aba6
commit 81954b92ea

View file

@ -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