Home | History | Annotate | Download | only in sail

Lines Matching defs:guns

53 	int guns, car, pc, hull;
115 guns = on->specs->gunR;
118 guns = on->specs->gunL;
128 if (ghits > guns) {
129 ghits -= guns;
130 guns = 0;
132 guns -= ghits;
138 send_gunr(on, guns, car);
140 send_gunl(on, guns, car);
216 message = "four guns dismounted";