Home
last modified time | relevance | path

Searched refs:ROBOTOP_PHASERS (Results 1 – 3 of 3) sorted by relevance

/dports/games/netherearth/netherearth-0.51/
H A Dnethercycle.cpp414 controlled->op=ROBOTOP_PHASERS; in cycle()
1085 if (r->op==ROBOTOP_PHASERS && r->firetimer==0) { in cycle()
1101 r->op==ROBOTOP_PHASERS) r->firetimer++; in cycle()
1199 if (r->op==ROBOTOP_PHASERS && r->firetimer>=64) { in cycle()
H A Dnether.h112 #define ROBOTOP_PHASERS 5 macro
H A Drobot_ai.cpp1085 op=ROBOTOP_PHASERS; in AI_program_destroy()
1245 op=ROBOTOP_PHASERS; in AI_program_stopdefend()