mirror of
https://github.com/correl/mage.git
synced 2024-12-29 03:00:15 +00:00
Merge fix
This commit is contained in:
parent
517ee16a60
commit
b437b38888
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue