- Fix Talente bei Untotenerschaffung

This commit is contained in:
Christian Schlittchen 2002-04-14 09:26:51 +00:00
parent 478a1ceffa
commit 90a21de41b
1 changed files with 1 additions and 1 deletions

View File

@ -1427,7 +1427,7 @@ randomevents(void)
for (i=0;i < MAXSKILLS;i++) { for (i=0;i < MAXSKILLS;i++) {
if (rc->bonus[i] >= 1) { if (rc->bonus[i] >= 1) {
set_level(u, SK_AUSDAUER, 1); set_level(u, i, 1);
} }
} }
u->hp = unit_max_hp(u) * u->number; u->hp = unit_max_hp(u) * u->number;