Change launch of anti-sat to take plane# argument

Before, it took a sector argument, and targeted the lowest-numbered
satellite there.  Rather inconvenient when your own satellite masks
one of the enemy's.

Moreover, the command could be abused to find all sectors with
satellites.  Now it can "only" be abused to find satellite ids, and
whether they're in range.  Still not ideal, but tolerable.
This commit is contained in:
Markus Armbruster 2009-09-13 13:19:19 -04:00
parent 2b31f644db
commit 1ee0287595
2 changed files with 12 additions and 26 deletions

View file

@ -1,7 +1,7 @@
.TH Command LAUNCH
.NA launch "Launch missiles or satellites"
.LV Expert
.SY "launch <PLANES> <SECT|SHIP>"
.SY "launch <PLANES> <SECT|SHIP|PLANE>"
The launch command is used to launch missiles (or satellites)
from sectors or submarines owned by you.
.s1