1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

* fix for #123 (I hope)

This commit is contained in:
mateuszb
2010-01-29 16:35:05 +00:00
parent 23a32ebf7a
commit 2fdc53594b
4 changed files with 6 additions and 2 deletions

View File

@@ -3184,6 +3184,7 @@ bool CGameHandler::makeCustomAction( BattleAction &ba )
StacksHealedOrResurrected::HealInfo hi;
hi.stackID = (*it)->ID;
hi.healedHP = calculateHealedHP(h, s, *it);
hi.lowLevelResurrection = h->getSpellSchoolLevel(s) <= 1;
shr.healedStacks.push_back(hi);
}
if(!shr.healedStacks.empty())