Lines Matching refs:nuke
117 if (attackee == nuke) {
140 if (attackee == nuke) {
143 tract(nuke,dy,dx,rand_mod(3)?1:-1);
209 if (attackee == nuke) {
212 tract(nuke,dy,dx,rand_mod(3)?1:-1);
245 if (attackee == nuke) {
248 tract(nuke,dy,dx,rand_mod(3)?1:-1);
269 if (attackee == nuke) {
272 tract(nuke,dy,dx,rand_mod(3)?1:-1);
282 if (attackee == nuke) {
289 tract(nuke,dy,dx,-1);
293 tract(nuke,dy,dx,-1);
298 tract(nuke,dy,dx,rand_mod(3)?1:-1);
310 if (attackee == nuke) {
313 tract(nuke,dy,dx,rand_mod(3)?1:-1);
320 if (attackee == nuke) {
323 tract(nuke,dy,dx,rand_mod(3)?1:-1);
345 if (attackee == nuke) {
348 tract(nuke,dy,dx,rand_mod(3)?1:-1);
365 if (attackee != nuke) {
371 if (attackee == nuke) {
381 tract(nuke,dy,dx,1);
385 tract(nuke,dy,dx,1); /* for looks */
397 if (attackee == nuke) {
401 nuke->mass += 10000;
402 tract(nuke,dy,dx,-1);
403 nuke->mass -= 10000;
408 if (attackee == nuke) {
411 tract(nuke,dy,dx,rand_mod(3)?1:-1);
427 if (attackee == nuke && nukedist < 100) {/* aim amoeba at nearest */
432 nuke->strategy = nukey + (nukex << 2);
534 if (occupant[y][x] == nuke) {
535 nuke->strategy = rand_mod(30);
536 nuke->flags |= COUNTDOWN;
635 if (numamoebas && obj != nuke && amb[y][x] == '~') {