mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
missed a Player p :(
This commit is contained in:
@@ -75,7 +75,7 @@ public class ConniveEffect extends SpellAbilityEffect {
|
|||||||
|
|
||||||
int amt = Math.min(validCards.size(), num);
|
int amt = Math.min(validCards.size(), num);
|
||||||
CardCollectionView toBeDiscarded = amt == 0 ? CardCollection.EMPTY :
|
CardCollectionView toBeDiscarded = amt == 0 ? CardCollection.EMPTY :
|
||||||
hostCon.getController().chooseCardsToDiscardFrom(p, sa, validCards, amt, amt);
|
hostCon.getController().chooseCardsToDiscardFrom(hostCon, sa, validCards, amt, amt);
|
||||||
|
|
||||||
if (toBeDiscarded.size() > 1) {
|
if (toBeDiscarded.size() > 1) {
|
||||||
toBeDiscarded = GameActionUtil.orderCardsByTheirOwners(game, toBeDiscarded, ZoneType.Graveyard, sa);
|
toBeDiscarded = GameActionUtil.orderCardsByTheirOwners(game, toBeDiscarded, ZoneType.Graveyard, sa);
|
||||||
|
|||||||
Reference in New Issue
Block a user