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:
parent
6ee75ce4e9
commit
0f0d785601
2 changed files with 6 additions and 6 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue