- Fixed the description of Slowtrips.

This commit is contained in:
Sloth
2012-01-27 14:22:07 +00:00
parent aa289212a2
commit 13580a3295

View File

@@ -229,6 +229,7 @@ public class Upkeep extends Phase implements java.io.Serializable {
}
};
slowtrip.setStackDescription(card + " - Draw a card.");
slowtrip.setDescription(card + " - Draw a card.");
AllZone.getStack().addSimultaneousStackEntry(slowtrip);
@@ -253,6 +254,7 @@ public class Upkeep extends Phase implements java.io.Serializable {
}
};
slowtrip.setStackDescription(card.getName() + " - Draw a card");
slowtrip.setDescription(card + " - Draw a card.");
AllZone.getStack().addSimultaneousStackEntry(slowtrip);