X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=planets.c;h=a46e0e2c1d4b8000b6347728d9a8b3d1c01bed50;hb=760ecf730c119682b414153a629ec2adc224434f;hp=01e14b78f9c0bfae0a0815f38f63d61a5a1e814d;hpb=134c4bd70409dcfae84913859263c93f96374f20;p=super-star-trek.git diff --git a/planets.c b/planets.c index 01e14b7..a46e0e2 100644 --- a/planets.c +++ b/planets.c @@ -22,7 +22,7 @@ static int consumeTime(void) { events(); /* Used to avoid if future[FSCMOVE] within time */ // future[FSNOVA] = asave; /*fails if game over, quadrant super-novas or we've moved to new quadrant*/ - if (alldone || game.state.galaxy[quadx][quady] == 1000 || justin != 0) return 1; + if (alldone || game.state.galaxy[quadx][quady] == SUPERNOVA_PLACE || justin != 0) return 1; return 0; } @@ -82,10 +82,6 @@ void orbit(void) { } 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) { @@ -93,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) { @@ -482,8 +476,8 @@ void deathray(void) { proutn("Spock- \"I believe the word is"); prouts(" *ASTONISHING*"); prout(" Mr. Sulu."); - for (i=1; i<=10; i++) - for (j=1; j<=10; j++) + for (i=1; i<=QUADSIZE; i++) + for (j=1; j<=QUADSIZE; j++) if (game.quad[i][j] == IHDOT) game.quad[i][j] = IHQUEST; prout(" Captain, our quadrant is now infested with"); prouts(" - - - - - - *THINGS*.");