* Some minor changes.

This commit is contained in:
LevelX2 2015-05-02 12:19:44 +02:00
parent 9e8157827a
commit 0069241027
8 changed files with 10 additions and 9 deletions

View file

@ -37,7 +37,7 @@ public class Flight extends mage.sets.magic2012.Flight {
public Flight(UUID ownerId) {
super(ownerId);
this.cardNumber = 2;
this.cardNumber = 99; // TODO: FIX the number
this.expansionSetCode = "S00";
}