Home
last modified time | relevance | path

Searched refs:strengthto (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
168 strengthto = mento * tocap->specs->qual; in fightitout()
170 ((fromstrength < strengthto * 3 && strengthto < fromstrength * 3) in fightitout()
178 indx = strengthto/10; in fightitout()
186 strengthto = mento * tocap->specs->qual; in fightitout()
188 if (fromstrength >= strengthto * 3 || count == 4) { in fightitout()
199 } else if (strengthto >= fromstrength * 3) { in fightitout()