X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fplanets.c;h=1589a86720997cdc37473358cc3619aaa6278665;hb=2ea1ffb97cc0cdb13d8f4d42547a4e15245adfb2;hp=e0c75a681dc2e3e75a974542ace0f1df7937a8e8;hpb=6332f1c7917206e23f408ebb505c483416b84e5b;p=super-star-trek.git diff --git a/src/planets.c b/src/planets.c index e0c75a6..1589a86 100644 --- a/src/planets.c +++ b/src/planets.c @@ -235,7 +235,7 @@ void usecrystals(void) } if (game.energy >= 1000) { prout(_("Spock- \"Captain, Starfleet Regulations prohibit such an operation")); - prout(_(" except when condition Yellow exists.")); + prout(_(" except when Condition Yellow exists.")); return; } prout(_("Spock- \"Captain, I must warn you that loading")); @@ -306,7 +306,7 @@ void shuttle(void) prout(_("You will have to beam down to retrieve the shuttle craft.")); return; } - if (game.shldup || game.condit == IHDOCKED) { + if (game.shldup || game.condition == docked) { prout(_("Shuttle craft cannot pass through shields.")); return; } @@ -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) {