forked from github/server
- kompiliert wieder
This commit is contained in:
parent
9ee511bd9f
commit
e607b4978f
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue