1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-29 00:41:38 +02:00

- Added and improved some propagators, including Crystal Dragons ability (#1232)

- Minor refactoring in AI
This commit is contained in:
DjWarmonger
2014-03-29 21:39:19 +00:00
parent 791099ab33
commit 8683c8c0eb
6 changed files with 17 additions and 9 deletions

View File

@ -739,6 +739,7 @@ CGameState::CGameState()
registerTypesClientPacks2(*applierGs);
//objCaller = new CObjectCallersHandler;
globalEffects.setDescription("Global effects");
globalEffects.setNodeType(CBonusSystemNode::GLOBAL_EFFECTS);
}
CGameState::~CGameState()