Home | History | Annotate | Download | only in trek

Lines Matching refs:Ship

64 	if (Sect[x][y] != STAR || Quad[Ship.quadx][Ship.quady].stars < 0)
80 Quad[Ship.quadx][Ship.quady].holes += 1;
82 Quad[Ship.quadx][Ship.quady].stars -= 1;
117 if (Ship.shldup) {
118 if (Ship.shield >= se) {
119 Ship.shield -= se;
122 se -= Ship.shield;
123 Ship.shield = 0;
126 Ship.energy -= se;
127 if (Ship.energy <= 0)