(opt_NEUTRON, buil, denotate, show_nuke_capab, show_nuke_build,

Options): Remove opt_NEUTRON option.  The option can be emulated
by manipulating the flags in a nuke characteristics file.
This commit is contained in:
Ron Koenderink 2005-11-13 12:30:37 +00:00
parent 555de3100c
commit 0a63d324ca
6 changed files with 2 additions and 15 deletions

View file

@ -190,8 +190,6 @@ show_nuke_build(int tlev)
avail = NUK_BLD_WORK(np->n_lcm, np->n_hcm, np->n_oil, np->n_rad);
if (np->n_tech > tlev)
continue;
if (opt_NEUTRON == 0 && (np->n_flags & N_NEUT))
continue;
if (opt_DRNUKE)
pr("%-13.13s %3d %3d %4d %4d %5d %4d %3d $%6d\n",
np->n_name, np->n_lcm, np->n_hcm, np->n_oil,
@ -219,8 +217,6 @@ show_nuke_capab(int tlev)
for (np = nchr; np->n_name; np++) {
if (np->n_tech > tlev)
continue;
if (opt_NEUTRON == 0 && (np->n_flags & N_NEUT))
continue;
if (opt_DRNUKE)
pr("%-13.13s %4d %3d %3d %4d %3d $%7d ",
np->n_name, np->n_blast, np->n_dam,