Untote Helden zählen in der Statistik zu den Toten.
This commit is contained in:
Enno Rehling 2005-03-06 18:29:26 +00:00
parent 343290668a
commit 13ce4231e8
1 changed files with 4 additions and 1 deletions

View File

@ -1745,7 +1745,10 @@ sp_undeadhero(fighter * fi, int level, double power, spell * sp)
u->hp = u->number * unit_max_hp(du);
assert(j<=df->side->casualties);
df->side->casualties -= j;
/* tot sind sie eignetlich immer noch.
* siehe http://eressea.upb.de/mantis/view.php?id=447
df->side->dead -= j;
*/
/* counting total number of undead */
undead += j;