mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
Minor changes to tool tip text generation and token image loading.
This commit is contained in:
parent
2226498576
commit
455cca0795
4 changed files with 6 additions and 4 deletions
|
|
@ -27,6 +27,7 @@
|
|||
*/
|
||||
package mage.sets.magic2014;
|
||||
|
||||
import java.util.Random;
|
||||
import java.util.UUID;
|
||||
import mage.MageInt;
|
||||
import mage.ObjectColor;
|
||||
|
|
@ -105,6 +106,8 @@ class ElementalToken extends Token {
|
|||
|
||||
public ElementalToken() {
|
||||
super("Elemental", "1/1 red Elemental creature");
|
||||
this.setOriginalExpansionSetCode("M14");
|
||||
this.setTokenType(new Random().nextInt(2) + 1);
|
||||
cardType.add(CardType.CREATURE);
|
||||
color = ObjectColor.RED;
|
||||
subtype.add("Elemental");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue