GameAction: add PlayerController:confirmMulliganScry

This commit is contained in:
Hanmac
2019-01-13 21:41:19 +01:00
parent 735516e6d5
commit 20eba0fbd7
8 changed files with 87 additions and 64 deletions

View File

@@ -2889,4 +2889,9 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
optionalCost, choosen.getHostCard().getView());
}
@Override
public boolean confirmMulliganScry(Player p) {
return InputConfirm.confirm(this, (SpellAbility)null, "Do you want to scry?");
}
}