Lines Matching refs:specs
61 hull = on->specs->hull; in table()
62 crew[0] = on->specs->crew1; in table()
63 crew[1] = on->specs->crew2; in table()
64 crew[2] = on->specs->crew3; in table()
65 rigg[0] = on->specs->rig1; in table()
66 rigg[1] = on->specs->rig2; in table()
67 rigg[2] = on->specs->rig3; in table()
68 rigg[3] = on->specs->rig4; in table()
115 guns = on->specs->gunR; in table()
116 car = on->specs->carR; in table()
118 guns = on->specs->gunL; in table()
119 car = on->specs->carL; in table()
281 points = ship->specs->pts + from->file->points; in strike()