Lines Matching refs:strategy
77 if (nuke->strategy && ambsize < 90 && !rand_mod(200-smarts))
94 if (curkl->strategy) {
98 if (!--curkl->strategy) { /* clock ran down */
123 curkl->strategy = 0;
128 curkl->strategy = rand_mod(15)+5;
169 if (curkl->strategy)
170 curkl->strategy--;
270 curkl->vely = curkl->strategy & 3;
273 curkl->velx = (curkl->strategy >> 2) & 3;
347 if (nuke->strategy && rand_mod(3)) {
348 dy = nuke->strategy & 3;
351 dx = (nuke->strategy >> 2) & 3;
359 nuke->strategy = rand_mod(256);