1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Somewhat configurable spell schools

This commit is contained in:
Ivan Savenko
2025-06-09 16:54:35 +03:00
parent e0de65d56c
commit 4e47894e7a
17 changed files with 233 additions and 107 deletions

View File

@@ -18,6 +18,7 @@
#include "RiverHandler.h"
#include "TerrainHandler.h"
#include "spells/CSpellHandler.h"
#include "spells/SpellSchoolHandler.h"
#include "spells/effects/Registry.h"
#include "CSkillHandler.h"
#include "entities/artifact/CArtHandler.h"
@@ -178,6 +179,7 @@ void GameLibrary::initializeLibrary()
createHandler(biomeHandler);
createHandler(objh);
createHandler(objtypeh);
createHandler(spellSchoolHandler);
createHandler(spellh);
createHandler(skillh);
createHandler(terviewh);