1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

A bunch of mechanics & refactorings.

This commit is contained in:
DjWarmonger
2011-10-03 19:29:36 +00:00
parent 27a82af24c
commit fa6bddcad5
6 changed files with 101 additions and 27 deletions

View File

@@ -319,4 +319,5 @@ void CSpellHandler::loadSpells()
boost::replace_first(spells[61]->attributes, "CREATURE_TARGET", "CREATURE_TARGET_2"); //TODO: use flags instead?
damageSpells += 11, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 57, 77;
risingSpells += 38, 39, 40;
}