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

  /src/games/sail/
dr_1.c 143 int pcto, pcfrom, fromstrength, strengthto, frominjured, toinjured; local
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) {
dr_1.c 143 int pcto, pcfrom, fromstrength, strengthto, frominjured, toinjured; local
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) {
dr_1.c 143 int pcto, pcfrom, fromstrength, strengthto, frominjured, toinjured; local
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 94 milliseconds