X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=setup.c;h=8499184ad3d28cbad893732f1a83508c5118dc96;hb=c852e04ec5d3c05393db8f655647a55bd47cfc82;hp=9bf6a2590a15f0d7b77dd7dfa395e4c851828806;hpb=ca9de456d928ab8f7ef95f2fa03aeab2b3161d97;p=super-star-trek.git diff --git a/setup.c b/setup.c index 9bf6a25..8499184 100644 --- a/setup.c +++ b/setup.c @@ -478,14 +478,14 @@ int choose(int needprompt) game.options &=~ (OPTION_THOLIAN | OPTION_PLANETS | OPTION_THINGY | OPTION_PROBE | OPTION_RAMMING | OPTION_MVBADDY | OPTION_BLKHOLE | OPTION_BASE); game.options |= OPTION_PLAIN; } - if (isit("almy")) { + else if (isit("almy")) { // Approximates Tom Almy's version. game.options &=~ (OPTION_THINGY | OPTION_BLKHOLE | OPTION_BASE); game.options |= OPTION_ALMY; } - if (isit("fancy")) + else if (isit("fancy")) /* do nothing */; - if (strlen(citem)) { + else if (strlen(citem)) { proutn("What is \""); proutn(citem); prout("\"?");