Home
last modified time | relevance | path

Searched refs:menfrom (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
149 menfrom = mensent(from, to, crewfrom, &fromcap, &pcfrom, key); in fightitout()
156 if (!menfrom) { /* if crew surprised */ in fightitout()
158 menfrom = from->specs->crew1 in fightitout()
162 menfrom = from->file->pcrew; in fightitout()
164 menfrom *= 2; /* DBP's fight at an advantage */ in fightitout()
167 fromstrength = menfrom * fromcap->specs->qual; in fightitout()
183 menfrom -= frominjured; in fightitout()
185 fromstrength = menfrom * fromcap->specs->qual; in fightitout()