mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
fixed Young Pyromancer text
This commit is contained in:
parent
aea831aeff
commit
2b78716a1b
2 changed files with 5 additions and 4 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.game.permanent.token;
|
||||
|
||||
import mage.MageInt;
|
||||
|
|
@ -13,7 +12,7 @@ import mage.util.RandomUtil;
|
|||
public final class YoungPyromancerElementalToken extends TokenImpl {
|
||||
|
||||
public YoungPyromancerElementalToken() {
|
||||
super("Elemental", "1/1 red Elemental creature");
|
||||
super("Elemental", "1/1 red Elemental creature token");
|
||||
if (getOriginalExpansionSetCode() != null && getOriginalExpansionSetCode().equals("M14")) {
|
||||
setTokenType(RandomUtil.nextInt(2) + 1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue