forked from github/server
Untote Helden zählen in der Statistik zu den Toten.
This commit is contained in:
parent
343290668a
commit
13ce4231e8
1 changed files with 4 additions and 1 deletions
|
@ -1745,7 +1745,10 @@ sp_undeadhero(fighter * fi, int level, double power, spell * sp)
|
||||||
u->hp = u->number * unit_max_hp(du);
|
u->hp = u->number * unit_max_hp(du);
|
||||||
assert(j<=df->side->casualties);
|
assert(j<=df->side->casualties);
|
||||||
df->side->casualties -= j;
|
df->side->casualties -= j;
|
||||||
|
/* tot sind sie eignetlich immer noch.
|
||||||
|
* siehe http://eressea.upb.de/mantis/view.php?id=447
|
||||||
df->side->dead -= j;
|
df->side->dead -= j;
|
||||||
|
*/
|
||||||
|
|
||||||
/* counting total number of undead */
|
/* counting total number of undead */
|
||||||
undead += j;
|
undead += j;
|
||||||
|
|
Loading…
Add table
Reference in a new issue