1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

HMI for spell research

This commit is contained in:
Laserlicht
2024-09-28 01:47:32 +02:00
parent 7707adc44f
commit 3559f9f923
7 changed files with 42 additions and 5 deletions

View File

@@ -944,6 +944,7 @@ void SetTownSpells::applyGs(CGameState *gs)
CGTownInstance *town = gs->getTown(tid);
town->spells[level] = spells;
town->lastSpellResearchDay = gs->getDate(Date::DAY);
}
void SetMana::applyGs(CGameState *gs)