mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
PlayerControllerHuman.orderMoveToZoneList : add None option
This commit is contained in:
@@ -1107,6 +1107,9 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
|
||||
case Stack:
|
||||
choices = getGui().order(localizer.getMessage("lblChooseOrderCopiesCast"), localizer.getMessage("lblPutFirst"), choices, null);
|
||||
break;
|
||||
case None: //for when we want to order but don't really want to move the cards
|
||||
choices = getGui().order(localizer.getMessage("lblChooseOrderCards"), localizer.getMessage("lblPutFirst"), choices, null);
|
||||
break;
|
||||
default:
|
||||
System.out.println("ZoneType " + destinationZone + " - Not Ordered");
|
||||
endTempShowCards();
|
||||
|
||||
Reference in New Issue
Block a user