mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Add Raging River
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user