I will stop complaining - I just found these two things with a new character


You will hear no more complaining from me :-)
You will hear no more complaining from me :-)





. It has passed 67 OoD check in a row. What is the chance that would happen? Any coders that know how that works?
/* Occasional level boost */
if ((level > 0) && one_in_(GREAT_OBJ))
{
/* What a bizarre calculation */
level = 1 + (level * MAX_O_DEPTH / randint1(MAX_O_DEPTH));
}
Comment