All-nuclear bombing run reported "bombing raid did 0 damage"
Broken in commit 162435e6
, v4.3.26.
This commit is contained in:
parent
c2527e9caf
commit
f3fc477c82
1 changed files with 2 additions and 0 deletions
|
@ -774,6 +774,8 @@ strat_bomb(struct emp_qelem *list, struct sctstr *target)
|
||||||
else
|
else
|
||||||
dam += pln_damage(&plp->plane, 's', 1);
|
dam += pln_damage(&plp->plane, 's', 1);
|
||||||
}
|
}
|
||||||
|
if (dam <= 0)
|
||||||
|
return;
|
||||||
getsect(target->sct_x, target->sct_y, §);
|
getsect(target->sct_x, target->sct_y, §);
|
||||||
target = §
|
target = §
|
||||||
if (target->sct_own)
|
if (target->sct_own)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue