X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fplanets.c;h=52bc32d6c4f02ad6ee950d288708e64aca859b61;hb=3fad5b50fc2950c556a55e39a78e7129353af0b1;hp=fd10f67a1a07e75ec254465f7174b99f7db3ba4d;hpb=ad1478c7cc24b761592a1e355015b44b243aeeda;p=super-star-trek.git diff --git a/src/planets.c b/src/planets.c index fd10f67..52bc32d 100644 --- a/src/planets.c +++ b/src/planets.c @@ -181,7 +181,7 @@ void beam(void) prout(_("The shuttle craft Galileo is here!")); } if (game.landed!=1 && game.imine) { - game.icrystl = 1; + game.icrystl = true; game.cryprob = 0.05; } game.imine = false; @@ -209,7 +209,7 @@ void mine(void) prout(_("You've already mined enough crystals for this trip.")); return; } - if (game.icrystl == 1 && game.cryprob == 0.05) { + if (game.icrystl && game.cryprob == 0.05) { proutn(_("With all those fresh crystals aboard the ")); crmshp(); skip(1); @@ -229,7 +229,7 @@ void usecrystals(void) game.ididit = false; skip(1); chew(); - if (game.icrystl!=1) { + if (!game.icrystl) { prout(_("No dilithium crystals available.")); return; } @@ -364,7 +364,7 @@ void shuttle(void) game.iscraft = 1; game.icraft = false; if (game.imine) { - game.icrystl = 1; + game.icrystl = true; game.cryprob = 0.05; } game.imine = false; @@ -436,7 +436,7 @@ void deathray(void) prouts(_("Sulu- \"Captain! It's working!\"")); skip(2); while (game.nenhere > 0) - deadkl(game.ks[1], game.quad[game.ks[1].x][game.ks[1].y],game.ks[1].x,game.ks[1].y); + deadkl(game.ks[1], game.quad[game.ks[1].x][game.ks[1].y],game.ks[1]); prout(_("Ensign Chekov- \"Congratulations, Captain!\"")); if (KLINGREM == 0) finish(FWON); if ((game.options & OPTION_PLAIN) == 0) {