fix hitpoints for summoned wolves

This commit is contained in:
Enno Rehling 2015-08-31 11:12:45 +02:00
parent 70aff6f567
commit 94850e86cb
1 changed files with 1 additions and 0 deletions

View File

@ -904,6 +904,7 @@ int sp_wolfhowl(castorder * co)
u = fi->unit;
set_level(u, SK_WEAPONLESS, skills);
set_level(u, SK_STAMINA, skills);
u->hp = u->number * unit_max_hp(u);
}
return level;
}