X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=planets.c;h=35ccec7550e1cea3585ce59e10900e7e1af2f3cb;hp=ae7a7aad880e354214f97808eedf27afb819f99c;hb=226428aac31ae604029f55c3c2fb7fff59e10009;hpb=49483a1747cd310e33eea758b32a453fb46d4aac diff --git a/planets.c b/planets.c index ae7a7aa..35ccec7 100644 --- a/planets.c +++ b/planets.c @@ -78,16 +78,10 @@ void orbit(void) { height = (1400.+7200.*Rand()); prout("Sulu- \"Entered orbit at altitude %.2f kilometers.\"", height); inorbit = 1; -#ifdef SERGEEV ididit=1; -#endif /* SERGEEV */ } void sensor(void) { -#ifdef SERGEEV - if (game.damage[DSRSENS] != 0.0) return; - if ((plnetx != 0)&&(game.state.plnets[iplnet].known == 0)) { -#else skip(1); chew(); if (game.damage[DSRSENS] != 0.0) { @@ -95,24 +89,22 @@ void sensor(void) { return; } if (plnetx == 0) { - prout("No planet in this quadrant."); - return; + prout("Spock- \"No planet in this quadrant, Captain.\""); + return; + } + if ((plnetx != 0)&&(game.state.plnets[iplnet].known == 0)) { + prout("Spock- \"Sensor scan for %s-", cramlc(quadrant, quadx, quady)); + skip(1); + prout(" Planet at %s is of class %s.", + cramlc(sector, plnetx, plnety), + classes[game.state.plnets[iplnet].pclass]); + if (game.state.plnets[iplnet].known==shuttle_down) + prout(" Sensors show Galileo still on surface."); + proutn(" Readings indicate"); + if (game.state.plnets[iplnet].crystals == 0) proutn(" no"); + prout(" dilithium crystals present.\""); + if (game.state.plnets[iplnet].known == unknown) game.state.plnets[iplnet].known = known; } -#endif /* SERGEEV */ - prout("Spock- \"Sensor scan for %s-", cramlc(quadrant, quadx, quady)); - skip(1); - prout(" Planet at %s is of class %s.", - cramlc(sector, plnetx, plnety), - classes[game.state.plnets[iplnet].pclass]); - if (game.state.plnets[iplnet].known==shuttle_down) - prout(" Sensors show Galileo still on surface."); - proutn(" Readings indicate"); - if (game.state.plnets[iplnet].crystals == 0) proutn(" no"); - prout(" dilithium crystals present.\""); - if (game.state.plnets[iplnet].known == unknown) game.state.plnets[iplnet].known = known; -#ifdef SERGEEV - } -#endif /* SERGEEV */ } void beam(void) { @@ -176,9 +168,7 @@ void beam(void) { skip(1); prout("Kirk- \"Energize.\""); } -#ifdef SERGEEV ididit=1; -#endif /* SERGEEV */ skip(1); prouts("WWHOOOIIIIIRRRRREEEE.E.E. . . . . . ."); skip(2); @@ -230,9 +220,7 @@ void mine(void) { if (consumeTime()) return; prout("Mining operation complete."); imine = 1; -#ifdef SERGEEV ididit=1; -#endif /* SERGEEV */ } void usecrystals(void) { @@ -282,9 +270,7 @@ void usecrystals(void) { prout(" are going crazy, but I think it's"); prout(" going to work!! Congratulations, Sir!\""); cryprob *= 2.0; -#ifdef SERGEEV ididit=1; -#endif /* SERGEEV */ } void shuttle(void) {