CYCLE
if (ourtime > (rythmn + CYCLE)) {
if (OUTSIDE && ourtime - rythmn - CYCLE < 10) {
if (OUTSIDE && ourtime - rythmn - CYCLE < 10) {
rythmn = ourtime - ourtime % CYCLE;
if (meetgirl && CYCLE * 1.5 - ourtime < 10) {
if (position == DOCK && (beenthere[position] || ourtime > CYCLE)) {
if (meetgirl && ourtime - CYCLE * 1.5 > 10) {
ourtime += rnd(CYCLE / 4);
if (TestBit(inven, value) && ourtime > ate - CYCLE &&
ate = max(ourtime, ate) + CYCLE / 3;
snooze += CYCLE / 10;
if ((snooze - ourtime) < (0.75 * CYCLE)) {
ourtime += 0.75 * CYCLE - (snooze - ourtime);
if ((ourtime / CYCLE + 1) % 2 && OUTSIDE)
switch ((ourtime % CYCLE) / (CYCLE / 7)) {
switch ((ourtime % CYCLE) / (CYCLE / 7)) {
exhaustion = CYCLE / (snooze - ourtime);
snooze = CYCLE * 1.5;