forked from External/mage
* Some rework/clean up of the PlayFromNotOwnHandZone effects (fixes #6580). Some added tests.
This commit is contained in:
parent
8e4d966ff3
commit
85709c0a16
29 changed files with 465 additions and 797 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue