Merge fix

This commit is contained in:
Oleg Agafonov 2023-04-14 19:19:55 +04:00
parent 517ee16a60
commit b437b38888

View file

@ -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);