*AFAICT fixed Delve-ing other players' cards.

This commit is contained in:
Hellfish
2015-02-12 23:00:18 +00:00
parent 3127b380a4
commit 0c45c6ce09

View File

@@ -89,7 +89,7 @@ public class ManaCostAdjustment {
if (sa.isSpell()) {
if (sa.isDelve()) {
final Player pc = originalCard.getController();
final Player pc = sa.getActivatingPlayer();
final CardCollection mutableGrave = new CardCollection(pc.getCardsIn(ZoneType.Graveyard));
final CardCollectionView toExile = pc.getController().chooseCardsToDelve(cost.getUnpaidShards(ManaCostShard.COLORLESS), mutableGrave);
for (final Card c : toExile) {