mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Added three bid life cards
This commit is contained in:
@@ -317,6 +317,12 @@ public class PlayerControllerHuman extends PlayerController {
|
||||
return SGuiDialog.confirm(sa.getHostCard(), message);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean confirmBidAction(SpellAbility sa, PlayerActionConfirmMode bidlife,
|
||||
String string, int bid, Player winner) {
|
||||
return SGuiDialog.confirm(sa.getHostCard(), string + " Highest Bidder " + winner);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean confirmStaticApplication(Card hostCard, GameEntity affected, String logic, String message) {
|
||||
return SGuiDialog.confirm(hostCard, message);
|
||||
@@ -1032,4 +1038,5 @@ public class PlayerControllerHuman extends PlayerController {
|
||||
public Card chooseSingleCardForZoneChange(ZoneType destination, List<ZoneType> origin, SpellAbility sa, List<Card> fetchList, String selectPrompt, boolean b, Player decider) {
|
||||
return chooseSingleEntityForEffect(fetchList, sa, selectPrompt, b, decider);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user