mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Added card.setSVar("PlayMain1", "TRUE") to cards which used to be on AI PlayMain1Cards list.
This commit is contained in:
@@ -5989,6 +5989,8 @@ class CardFactory_Auras {
|
||||
card.addEnchantCommand(CardFactoryUtil.enPump_onEnchant(card, Power, Tough, extrinsicKeywords, spDesc, stDesc));
|
||||
card.addUnEnchantCommand(CardFactoryUtil.enPump_unEnchant(card, Power, Tough, extrinsicKeywords, spDesc, stDesc));
|
||||
card.addLeavesPlayCommand(CardFactoryUtil.enPump_LeavesPlay(card, Power, Tough, extrinsicKeywords, spDesc, stDesc));
|
||||
|
||||
card.setSVar("PlayMain1", "TRUE");
|
||||
}
|
||||
}// enPump[Curse]
|
||||
|
||||
@@ -6291,6 +6293,8 @@ class CardFactory_Auras {
|
||||
}
|
||||
};
|
||||
|
||||
card.setSVar("PlayMain1", "TRUE");
|
||||
|
||||
card.addEnchantCommand(onEnchant);
|
||||
card.addUnEnchantCommand(onUnEnchant);
|
||||
card.addLeavesPlayCommand(onLeavesPlay);
|
||||
|
||||
Reference in New Issue
Block a user