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:
Eduardo MG
2025-03-06 19:32:03 -06:00
parent f698d9f96c
commit 721f1bc269
7 changed files with 2533 additions and 425 deletions

View File

@@ -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)