mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
* turn to Frog - Fixed wrong rarity in M15 set.
This commit is contained in:
parent
c17be6c3ab
commit
7dcd56fee6
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
package mage.sets.magic2015;
|
||||
|
||||
import java.util.UUID;
|
||||
import mage.constants.Rarity;
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -37,6 +38,7 @@ public class TurnToFrog extends mage.sets.magic2012.TurnToFrog {
|
|||
|
||||
public TurnToFrog(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.rarity = Rarity.UNCOMMON;
|
||||
this.cardNumber = 81;
|
||||
this.expansionSetCode = "M15";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue