Add Raging River

This commit is contained in:
Lyu Zong-Hong
2021-03-23 02:18:01 +09:00
parent 274093735c
commit 214a35ba5e
11 changed files with 106 additions and 10 deletions

View File

@@ -492,7 +492,7 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
// Otherwise, use the order dialog to be able to grab multiple cards in
// one shot
if (max == 1) {
if (min == 1 && max == 1) {
final Card singleChosen = chooseSingleEntityForEffect(sourceList, sa, title, isOptional, params);
return singleChosen == null ? CardCollection.EMPTY : new CardCollection(singleChosen);
}