Don't attempt to hide owner of sub-launched satellite

The attempt was pointless, because the recipient of the message could
see the owner on skywatch, and the news reported it as well.
This commit is contained in:
Markus Armbruster 2009-10-10 11:54:49 -04:00
parent 6ee75ce4e9
commit 0f0d785601
2 changed files with 6 additions and 6 deletions

View file

@ -229,9 +229,9 @@ msl_intercept(coord x, coord y, natid bombown, int hardtarget,
att_name = "satellite";
def_name = "a-sat missile";
news_item = N_SAT_KILL;
CANT_HAPPEN(sublaunch);
mpr(sect.sct_own, "%s has positioned a satellite over %s\n",
sublaunch ? "someone" : cname(bombown),
xyas(x, y, sect.sct_own));
cname(bombown), xyas(x, y, sect.sct_own));
} else if (wantflags == P_N && nowantflags == P_O) {
att_name = "warhead";
def_name = "abm";