Home | History | Annotate | Download | only in trek

Lines Matching refs:Ship

46 **	Various ship conditions are checked.  First we check
72 if (Ship.reserves < 0.0)
74 if (Ship.energy <= 0)
76 if (Ship.crew <= 0)
82 if (Quad[Ship.quadx][Ship.quady].stars < 0)
84 if (Quad[Ship.quadx][Ship.quady].stars < 0)
88 killd(Ship.quadx, Ship.quady, 1);
91 if (Ship.cond == DOCKED)
95 Ship.cond = RED;
98 if (Ship.energy < Param.energylow) {
99 Ship.cond = YELLOW;
102 Ship.cond = GREEN;