1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Issue2888 (#421)

Fixed issue 2888
* Merged AFTER_ATTACK & BEFORE_ATTACK cast modes.
* Introduced new caster class for creature ability usage
* Added few tests
This commit is contained in:
Alexander Shishkin
2018-03-02 13:22:51 +03:00
committed by GitHub
parent 386805c4e0
commit 8b002ad774
26 changed files with 450 additions and 170 deletions

View File

@@ -30,6 +30,7 @@ set(test_SRCS
map/CMapFormatTest.cpp
map/MapComparer.cpp
spells/AbilityCasterTest.cpp
spells/TargetConditionTest.cpp
spells/effects/EffectFixture.cpp