From 81954b92ea3ea0ac2df014cfe6fc5a3989026813 Mon Sep 17 00:00:00 2001 From: Alexsandro Date: Tue, 10 Jan 2017 12:47:50 -0200 Subject: [PATCH] Change card text --- Mage.Sets/src/mage/cards/h/Hivestone.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Mage.Sets/src/mage/cards/h/Hivestone.java b/Mage.Sets/src/mage/cards/h/Hivestone.java index da2f346c15..badf162e41 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