* Some rework/clean up of the PlayFromNotOwnHandZone effects (fixes #6580). Some added tests.

This commit is contained in:
LevelX2 2020-06-18 01:19:23 +02:00
parent 8e4d966ff3
commit 85709c0a16
29 changed files with 465 additions and 797 deletions

View file

@ -105,7 +105,7 @@ public class SpellAbility extends ActivatedAbilityImpl {
return ActivationStatus.getFalse();
}
}
if (costs.canPay(this, sourceId, controllerId, game)) {
if (costs.canPay(this, sourceId, playerId, game)) {
if (getSpellAbilityType() == SpellAbilityType.SPLIT_FUSED) {
SplitCard splitCard = (SplitCard) game.getCard(getSourceId());
if (splitCard != null) {