mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
* Sylvan Offering - Removed wrong import statement.
This commit is contained in:
parent
0459322857
commit
68f2b65c34
1 changed files with 1 additions and 2 deletions
|
@ -28,7 +28,6 @@
|
|||
package mage.sets.commander2014;
|
||||
|
||||
import java.util.UUID;
|
||||
import static javafx.scene.paint.Color.color;
|
||||
import mage.MageInt;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.effects.Effect;
|
||||
|
@ -175,4 +174,4 @@ class SylvanOfferingElfWarriorToken extends Token {
|
|||
toughness = new MageInt(1);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue