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

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

Completed in 21 milliseconds