Searched refs:fromstrength (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/games/sail/
H A Ddr_1.c143 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 47 milliseconds