(ac_encounter): Non-recon missions no longer make contact to owner of
sectors overflown, because only recon missions identify the owner. This matches info Hidden.
This commit is contained in:
parent
e36134038a
commit
82a4008000
1 changed files with 2 additions and 3 deletions
|
@ -136,11 +136,10 @@ ac_encounter(struct emp_qelem *bomb_list, struct emp_qelem *esc_list,
|
|||
y = ynorm(y + diroff[val][1]);
|
||||
getsect(x, y, §);
|
||||
over = getnatp(sect.sct_own);
|
||||
if (opt_HIDDEN) {
|
||||
setcont(plane_owner, sect.sct_own, FOUND_FLY);
|
||||
}
|
||||
|
||||
if (mission_flags & PM_R) {
|
||||
if (opt_HIDDEN)
|
||||
setcont(plane_owner, sect.sct_own, FOUND_FLY);
|
||||
if (sect.sct_type == SCT_WATER) {
|
||||
PR(plane_owner, "flying over %s at %s\n",
|
||||
dchr[sect.sct_type].d_name, xyas(x, y, plane_owner));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue