Home
last modified time | relevance | path

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

/dragonfly/games/sail/
H A Ddr_1.c142 int crewfrom[3], crewto[3], menfrom, mento; in fightitout() local
150 mento = mensent(to, from, crewto, &tocap, &pcto, 0); in fightitout()
168 strengthto = mento * tocap->specs->qual; in fightitout()
184 mento -= toinjured; in fightitout()
186 strengthto = mento * tocap->specs->qual; in fightitout()
216 mento = crewto[0] ? crewto[0] : crewto[1]; in fightitout()
217 if (mento) { in fightitout()
218 subtract(to, tocap, mento, crewto, pcto); in fightitout()
219 subtract(from, to, - mento, crewfrom, 0); in fightitout()
228 mento = 0; in fightitout()