(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:
parent
555de3100c
commit
0a63d324ca
6 changed files with 2 additions and 15 deletions
|
@ -107,7 +107,7 @@ detonate(struct plnstr *pp, int x, int y)
|
|||
if (sect.sct_x == x && sect.sct_y == y)
|
||||
retval = damage;
|
||||
if (opt_FALLOUT) {
|
||||
if (opt_NEUTRON && (ncp->n_flags & N_NEUT))
|
||||
if (ncp->n_flags & N_NEUT)
|
||||
fallout += damage * 30;
|
||||
else
|
||||
fallout += damage * 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue