mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Merge branch '1087-splice-onto-sorcery-can-be-done-on-eot-triggers' into 'master'
Resolve "Splice onto Sorcery can be done on EoT triggers" Closes #1087 See merge request core-developers/forge!1945
This commit is contained in:
@@ -1844,6 +1844,10 @@ public class AbilityUtils {
|
|||||||
final Card source = sa.getHostCard();
|
final Card source = sa.getHostCard();
|
||||||
final Player player = sa.getActivatingPlayer();
|
final Player player = sa.getActivatingPlayer();
|
||||||
|
|
||||||
|
if (!sa.isSpell() || source.isCopiedSpell()) {
|
||||||
|
return sa;
|
||||||
|
}
|
||||||
|
|
||||||
final CardCollectionView hand = player.getCardsIn(ZoneType.Hand);
|
final CardCollectionView hand = player.getCardsIn(ZoneType.Hand);
|
||||||
|
|
||||||
if (hand.isEmpty()) {
|
if (hand.isEmpty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user