fix extracosts on cumulative upcost
since Manacost::copy copies, extracost, if this is enabled, extracost is doubled. tested with Aboroth
This commit is contained in:
@@ -6580,7 +6580,7 @@ AUpkeep::AUpkeep(GameObserver* observer, int _id, MTGCardInstance * card, MTGAbi
|
|||||||
{
|
{
|
||||||
backupMana = NEW ManaCost();
|
backupMana = NEW ManaCost();
|
||||||
backupMana->copy(this->getCost());
|
backupMana->copy(this->getCost());
|
||||||
backupMana->addExtraCosts(this->getCost()->extraCosts);
|
//backupMana->addExtraCosts(this->getCost()->extraCosts);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user