(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:
Markus Armbruster 2005-10-03 14:34:26 +00:00
parent b84775fc95
commit 6788cac8c0

View file

@ -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);
}
}
/*