From e96773bc2851d80d7a58f52d444bec2fd969d858 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Sun, 2 Sep 2018 20:20:53 -0400 Subject: [PATCH] Update BrudicladTelchorEngineer.java Update Brudiclad oracle text to match card text, per #5273 --- Mage.Sets/src/mage/cards/b/BrudicladTelchorEngineer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {