HomeSort by: relevance | last modified time | path
    Searched defs:lifeline (Results 1 - 2 of 2) sorted by relevancy

  /src/games/battlestar/
command7.c 46 int lifeline = 0; local in function:fight
114 lifeline++;
129 lifeline += 5;
146 lifeline += 10;
151 if (strength - lifeline > 20) {
166 lifeline += 20;
179 lifeline += 25;
185 lifeline += 25;
188 lifeline += 30;
193 if (enemy == DARK && lifeline > strength * 0.33)
    [all...]
command7.c 46 int lifeline = 0; local in function:fight
114 lifeline++;
129 lifeline += 5;
146 lifeline += 10;
151 if (strength - lifeline > 20) {
166 lifeline += 20;
179 lifeline += 25;
185 lifeline += 25;
188 lifeline += 30;
193 if (enemy == DARK && lifeline > strength * 0.33)
    [all...]

Completed in 46 milliseconds