Get rid of some macros that block mechanical translation.
[super-star-trek.git] / src / events.c
index b4b61214b14cecd18efcb09c2c836c9b7c9aa153..99ac229b44f074e4982b2b9b66f34083aa4a17ee 100644 (file)
@@ -943,7 +943,7 @@ void supernova(bool induced, coord *w)
     if (same(game.quadrant, nq) || !damaged(DRADIO) || game.condition == docked)
        game.state.galaxy[nq.x][nq.y].supernova = true;
     /* If supernova destroys last Klingons give special message */
-    if (KLINGREM==0 && !same(nq, game.quadrant)) {
+    if ((game.state.remkl + game.state.remcom + game.state.nscrem)==0 && !same(nq, game.quadrant)) {
        skip(2);
        if (!induced)
            prout(_("Lucky you!"));