- kompiliert wieder

This commit is contained in:
Christian Schlittchen 2002-04-07 08:51:22 +00:00
parent 9ee511bd9f
commit e607b4978f
1 changed files with 1 additions and 0 deletions

View File

@ -1072,6 +1072,7 @@ randomevents(void)
int increase = 0; int increase = 0;
int num = min(get_cursedmen(u->attribs, C_ORC, 0), u->number); int num = min(get_cursedmen(u->attribs, C_ORC, 0), u->number);
int prob = get_curseeffect(u->attribs, C_ORC, 0); int prob = get_curseeffect(u->attribs, C_ORC, 0);
int n;
for (n = (num - get_item(u, I_CHASTITY_BELT)); n > 0; n--) { for (n = (num - get_item(u, I_CHASTITY_BELT)); n > 0; n--) {
if (rand() % 100 < prob) { if (rand() % 100 < prob) {