- Changed "Return Up To" to "UpTo" in both Urborg Uprising and to spReturnTgt.

This commit is contained in:
jendave
2011-08-06 08:57:01 +00:00
parent 91f7e87378
commit aab152403a
2 changed files with 2 additions and 2 deletions

View File

@@ -3661,7 +3661,7 @@ public class CardFactory implements NewConstants {
String np[] = k[1].split("/");
final int numCardsToReturn = Integer.parseInt(np[0]);
if (np.length > 1) {
if (np[1].equals("Return Up To")) {
if (np[1].equals("UpTo")) {
returnUpTo[0] = true;
}
}