Remove leftover test for anti-satellite nuke in detonate()
These existed in Chainsaw many years ago.
This commit is contained in:
parent
570ce80edf
commit
ba710c1c7c
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ detonate(struct nukstr *np, coord x, coord y, int airburst)
|
|||
continue;
|
||||
if ((own = plane.pln_own) == 0)
|
||||
continue;
|
||||
if ((plane.pln_flags & PLN_LAUNCHED) && (airburst != 2))
|
||||
if (plane.pln_flags & PLN_LAUNCHED)
|
||||
continue;
|
||||
damage = nukedamage(ncp, ni.curdist, airburst) - plane.pln_harden;
|
||||
if (damage <= 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue