Home
last modified time | relevance | path

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

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