(planerepair) Remove the CANT_HAPPEN owner check
as allied planes and previously allied planes can be on the ship.
This commit is contained in:
parent
47e300b21e
commit
69d6b01429
1 changed files with 0 additions and 2 deletions
|
@ -149,8 +149,6 @@ planerepair(struct plnstr *pp, struct natstr *np, int *bp, int etus)
|
|||
return;
|
||||
if (carrier->shp_off)
|
||||
return;
|
||||
if (CANT_HAPPEN(carrier->shp_own != pp->pln_own))
|
||||
return;
|
||||
}
|
||||
|
||||
if (sp->sct_off)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue