mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Update BrudicladTelchorEngineer.java
Update Brudiclad oracle text to match card text, per #5273
This commit is contained in:
parent
49cdd3f7d5
commit
e96773bc28
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class BrudicladTelchorCombatffect extends OneShotEffect {
|
||||||
|
|
||||||
public BrudicladTelchorCombatffect() {
|
public BrudicladTelchorCombatffect() {
|
||||||
super(Outcome.Sacrifice);
|
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) {
|
public BrudicladTelchorCombatffect(final BrudicladTelchorCombatffect effect) {
|
||||||
|
|
Loading…
Reference in a new issue