Blood macros, more kindred changes

Created a macros for blood token, tribal to kindred changes, typo in background on various files,

Bug fixes:
Fiendslayer Paladin
Dire Fleet Poisoner
Shapers of Nature
Raptor Hatchling
Emiel the Blessed
Path of Discovery
Departed Deckhand
This commit is contained in:
Eduardo MG
2025-05-26 18:46:55 -06:00
parent 9c32793eec
commit a371cef279
13 changed files with 135 additions and 152 deletions

View File

@@ -105,7 +105,7 @@ GameStateDeckViewer::~GameStateDeckViewer()
SAFE_DELETE(myCollection);
}
SAFE_DELETE(filterMenu);
kBgFile = ""; //Reset the chosen backgorund.
kBgFile = ""; //Reset the chosen background.
}
void GameStateDeckViewer::rebuildFilters()
@@ -308,7 +308,7 @@ void GameStateDeckViewer::End()
SAFE_DELETE(playerdata);
SAFE_DELETE(filterMenu);
SAFE_DELETE(source);
kBgFile = ""; //Reset the chosen backgorund.
kBgFile = ""; //Reset the chosen background.
}
void GameStateDeckViewer::addRemove(MTGCard * card)