Home | History | Annotate | Download | only in sail

Lines Matching defs:crew

54 	int crew[3];
62 crew[0] = on->specs->crew1;
63 crew[1] = on->specs->crew2;
64 crew[2] = on->specs->crew3;
89 if (chits > crew[n]) {
90 chits -= crew[n];
91 crew[n] = 0;
93 crew[n] -= chits;
150 send_crew(on, crew[0], crew[1], crew[2]);
235 makemsg(on, "crew mutinying!");
239 makemsg(on, "crew demoralized");