EASY
static int level = EASY; /* level of play */
if (random() % (level == EASY ? 12 : 9) < (lastchance += 2)) {