From b437b388888ee9a3e8577ffe5a554e811a94d871 Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Fri, 14 Apr 2023 19:19:55 +0400 Subject: [PATCH] Merge fix --- Mage.Sets/src/mage/cards/t/TheGreatSynthesis.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Mage.Sets/src/mage/cards/t/TheGreatSynthesis.java b/Mage.Sets/src/mage/cards/t/TheGreatSynthesis.java index ec39a1ee3a..6b5ad2c652 100644 --- a/Mage.Sets/src/mage/cards/t/TheGreatSynthesis.java +++ b/Mage.Sets/src/mage/cards/t/TheGreatSynthesis.java @@ -33,6 +33,7 @@ public class TheGreatSynthesis extends CardImpl { super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, ""); this.addSubType(SubType.SAGA); this.color.setBlue(true); + this.nightCard = true; //(As this Saga enters and after your draw step, add a lore counter.) SagaAbility sagaAbility = new SagaAbility(this, false);