Home | History | Annotate | Download | only in trek

Lines Matching defs:scoreitem

50 static void scoreitem(long amount, const char *descfmt, ...)
54 scoreitem(long amount, const char *descfmt, ...)
80 scoreitem(t, "%d Klingons killed", u);
87 scoreitem(t, "Kill rate %.2f Klingons/stardate", r);
92 scoreitem(t, "Penalty for %d klingons remaining", Now.klings);
96 scoreitem(t, "Bonus for winning a %s%s game",
102 scoreitem(-500, "Penalty for getting killed");
106 scoreitem(t, "%d starbases killed", u);
109 scoreitem(t, "%d calls for help", u);
112 scoreitem(t, "%d stars destroyed", u);
115 scoreitem(t, "%d inhabited starsystems destroyed", u);
119 scoreitem(-200, "penalty for abandoning ship");
123 scoreitem(t, "%d Klingons captured", u);
126 scoreitem(t, "%d casualties", u);
129 scoreitem(s, "*** TOTAL");