Untote Helden nochmal

http://eressea.upb.de/mantis/view.php?id=447
This commit is contained in:
Enno Rehling 2005-03-13 10:03:24 +00:00
parent 2437714c65
commit a61ea1a6cd
1 changed files with 6 additions and 6 deletions

View File

@ -1745,10 +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
/* tot sind sie eignetlich immer noch. Aber... was tun?
/* siehe http://eressea.upb.de/mantis/view.php?id=447 */
df->side->dead -= j;
*/
df->side->healed += j;
/* counting total number of undead */
undead += j;