mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Changed "Return Up To" to "UpTo" in both Urborg Uprising and to spReturnTgt.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user