Added last primitives from MAT set, updated missing cards by set list, improved trigger and filtering for mana production abilities.
This commit is contained in:
@@ -586,6 +586,10 @@ ManaCost* MTGCardInstance::getIncreasedManaCost()
|
||||
{
|
||||
return &increasedCost;
|
||||
}
|
||||
ManaCost* MTGCardInstance::getProducedMana()
|
||||
{
|
||||
return &producedMana;
|
||||
}
|
||||
|
||||
//sets card as attacked and sends events
|
||||
void MTGCardInstance::eventattacked()
|
||||
|
||||
Reference in New Issue
Block a user