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

  /src/games/warp/
init.c 50 bool tmptholspec; local in function:initialize
112 tmptholspec = (smarts > 15 && inumstars < 450 && ! rand_mod(90-sm80));
115 if (massacre || tmptholspec)
423 if (!tholspec && !tmptholspec && rand_mod((inumstars*3)/sm50+2))
init.c 50 bool tmptholspec; local in function:initialize
112 tmptholspec = (smarts > 15 && inumstars < 450 && ! rand_mod(90-sm80));
115 if (massacre || tmptholspec)
423 if (!tholspec && !tmptholspec && rand_mod((inumstars*3)/sm50+2))

Completed in 20 milliseconds