set code Y22 has been updated to YMID
The set code Y22 has been updated to YMID, now reflecting its official name: Innistrad: Midnight Hunt. Additionally, this set now includes a multiverseid in the database, aligning it with official standards. Bug fixes: Astral Drift Hulking Metamorph Exorcise Pain Distributor Cleansing Wildfire Jaya, Venerated Firemage Great Whale Jolting Merfolk Sunbird's Invocation removed Eerie Interlude Old-Growth Dryads Enigma Sphinx All "God-Eternal" that return to deck Sorin, Imperious Bloodlord
This commit is contained in:
@@ -2166,7 +2166,7 @@ int AALibraryPosition::resolve()
|
||||
|
||||
const string AALibraryPosition::getMenuText()
|
||||
{
|
||||
return "Put in Library in a specific position from the top";
|
||||
return "Put in library in a specific position from the top";
|
||||
}
|
||||
|
||||
AALibraryPosition * AALibraryPosition::clone() const
|
||||
@@ -7954,7 +7954,6 @@ void AAlterCost::increaseTheCost(MTGCardInstance * card)
|
||||
card->getManaCost()->add(k,card->getIncreasedManaCost()->getCost(k));
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
void AAlterCost::decreaseTheCost(MTGCardInstance * card)
|
||||
|
||||
Reference in New Issue
Block a user