* Fixed wrong collectors number of Phyrexian Colossus (had number of Phyrexian Processor).

This commit is contained in:
LevelX2 2015-04-21 23:32:14 +02:00
parent 2ca2caf9d5
commit fed9607cde

View file

@ -37,7 +37,7 @@ public class PhyrexianColossus extends mage.sets.eighthedition.PhyrexianColossus
public PhyrexianColossus(UUID ownerId) {
super(ownerId);
this.cardNumber = 306;
this.cardNumber = 305;
this.expansionSetCode = "USG";
}