(ac_dog): Make contact both ways. This is more for completeness, as
contact should have been made before planes rise to fight.
This commit is contained in:
parent
b84775fc95
commit
6788cac8c0
1 changed files with 5 additions and 0 deletions
|
@ -672,6 +672,11 @@ ac_dog(struct plist *ap, struct plist *dp)
|
|||
ac_planedamage(dp, ap->plane.pln_own, ddam, att_own, 1, 0, mesg);
|
||||
PR(att_own, "%-13.13s %-13.13s\n", temp, mesg);
|
||||
PR(def_own, "%-13.13s %-13.13s\n", mesg, temp);
|
||||
|
||||
if (opt_HIDDEN) {
|
||||
setcont(att_own, def_own, FOUND_FLY);
|
||||
setcont(def_own, att_own, FOUND_FLY);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue