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

  /src/games/sail/
dr_1.c 142 int crewfrom[3], crewto[3], menfrom, mento; local in function:fightitout
149 menfrom = mensent(from, to, crewfrom, &fromcap, &pcfrom, key);
156 if (!menfrom) { /* if crew surprised */
158 menfrom = from->specs->crew1
162 menfrom = from->file->pcrew;
164 menfrom *= 2; /* DBP's fight at an advantage */
167 fromstrength = menfrom * fromcap->specs->qual;
183 menfrom -= frominjured;
185 fromstrength = menfrom * fromcap->specs->qual;
dr_1.c 142 int crewfrom[3], crewto[3], menfrom, mento; local in function:fightitout
149 menfrom = mensent(from, to, crewfrom, &fromcap, &pcfrom, key);
156 if (!menfrom) { /* if crew surprised */
158 menfrom = from->specs->crew1
162 menfrom = from->file->pcrew;
164 menfrom *= 2; /* DBP's fight at an advantage */
167 fromstrength = menfrom * fromcap->specs->qual;
183 menfrom -= frominjured;
185 fromstrength = menfrom * fromcap->specs->qual;

Completed in 48 milliseconds