Merge pull request #5296 from magefree/rystan-patch-2

Update BrudicladTelchorEngineer.java
This commit is contained in:
Oleg Agafonov 2018-09-03 09:15:13 +04:00 committed by GitHub
commit 3132c2863d
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) {