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

@@ -37,7 +37,7 @@ GameStateAwards::GameStateAwards(GameApp* parent) :
GameStateAwards::~GameStateAwards()
{
kAwardFile = ""; //Reset the chosen backgorund.
kAwardFile = ""; //Reset the chosen background.
}
void GameStateAwards::End()
@@ -50,7 +50,7 @@ void GameStateAwards::End()
if (saveMe)
options.save();
kAwardFile = ""; //Reset the chosen backgorund.
kAwardFile = ""; //Reset the chosen background.
}
void GameStateAwards::Start()
{