HomeSort by: relevance | last modified time | path
    Searched defs:webnear (Results 1 - 2 of 2) sorted by relevancy

  /src/games/warp/
weapon.c 110 bool webnear = false; local in function:attack
130 webnear += rand_mod(2);
132 webnear = false;
252 if (webnear && scandist-prob > 5) {
306 webnear = (scandist-prob < 3);
weapon.c 110 bool webnear = false; local in function:attack
130 webnear += rand_mod(2);
132 webnear = false;
252 if (webnear && scandist-prob > 5) {
306 webnear = (scandist-prob < 3);

Completed in 51 milliseconds