diff --git a/Mage.Sets/src/mage/cards/b/BrudicladTelchorEngineer.java b/Mage.Sets/src/mage/cards/b/BrudicladTelchorEngineer.java index 6da9effd66a..e8071664894 100644 --- a/Mage.Sets/src/mage/cards/b/BrudicladTelchorEngineer.java +++ b/Mage.Sets/src/mage/cards/b/BrudicladTelchorEngineer.java @@ -75,7 +75,7 @@ class BrudicladTelchorCombatffect extends OneShotEffect { public BrudicladTelchorCombatffect() { super(Outcome.Sacrifice); - this.staticText = " you may choose a token you control. If you do, each other token you control becomes a copy of that token"; + this.staticText = " create a 2/1 blue Myr artifact creature token. Then you may choose a token you control. If you do, each other token you control becomes a copy of that token"; } public BrudicladTelchorCombatffect(final BrudicladTelchorCombatffect effect) {