Update BrudicladTelchorEngineer.java

Update Brudiclad oracle text to match card text, per #5273
This commit is contained in:
Michael Simons 2018-09-02 20:20:53 -04:00 committed by GitHub
parent 49cdd3f7d5
commit e96773bc28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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