HomeSort by: relevance | last modified time | path
    Searched refs:fromstrength (Results 1 - 1 of 1) sorted by relevancy

  /src/games/sail/
dr_1.c 143 int pcto, pcfrom, fromstrength, strengthto, frominjured, toinjured; local in function:fightitout
167 fromstrength = menfrom * fromcap->specs->qual;
170 ((fromstrength < strengthto * 3 && strengthto < fromstrength * 3)
171 || fromstrength == -1) && count < 4;
173 indx = fromstrength/10;
185 fromstrength = menfrom * fromcap->specs->qual;
188 if (fromstrength >= strengthto * 3 || count == 4) {
199 } else if (strengthto >= fromstrength * 3) {

Completed in 11 milliseconds