diff --git a/Mage.Sets/src/mage/cards/h/Hivestone.java b/Mage.Sets/src/mage/cards/h/Hivestone.java index da2f346c156..badf162e41e 100644 --- a/Mage.Sets/src/mage/cards/h/Hivestone.java +++ b/Mage.Sets/src/mage/cards/h/Hivestone.java @@ -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