setsector setresource: Mark as obsolete
"info setsector" claims you "can change anything that appears in dump or peek (I think)", which has always been wrong. edit is much more complete. However, edit used to be more limited in that it could change only one sector. For mass-changes, you had to use setsector and setresource. Since that limitation is gone, there's no real use left for setsector and setresource. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
f3cb215e1f
commit
5900e9b279
5 changed files with 11 additions and 8 deletions
|
@ -18,4 +18,4 @@ You can also specify one or more <KEY> <VALUE> pairs as command
|
|||
arguments. In this case, \*Qedit\*U just sets the properties, and
|
||||
does not enter interactive mode.
|
||||
.s1
|
||||
.SA "setsector, setresource, give, Deity"
|
||||
.SA "give, Deity"
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
.NA give "Give(take) Commodities"
|
||||
.LV Expert
|
||||
.SY "give <COMM> <SECTS> <NUM>"
|
||||
.SA "setsector, setresource, edit, Deity"
|
||||
.SA "edit, Deity"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
.TH Command SETRESOURCE
|
||||
.NA setresource "Change resources of a sector"
|
||||
.LV Expert
|
||||
.LV Obsolete
|
||||
.SY "setresource <TYPE> <SECTS> <NUM>"
|
||||
.SA "swapsector, give, setsector, Deity"
|
||||
This command is obsolete and will go away in a future version. Use
|
||||
\*Qedit\*U instead.
|
||||
.SA "swapsector, give, Deity"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
.TH Command SETSECTOR
|
||||
.NA setsector "Change stats of a sector"
|
||||
.LV Expert
|
||||
.LV Obsolete
|
||||
.SY "setsector <TYPE> <SECTS> <NUM>"
|
||||
You can change anything that appears in dump or peek (I think).
|
||||
.SA "give, setresource, edit, dump, peek, Deity"
|
||||
This command is obsolete and will go away in a future version. Use
|
||||
\*Qedit\*U instead.
|
||||
.SA "give, edit, Deity"
|
||||
|
|
|
@ -12,4 +12,4 @@ island. All aspects of the sector (e.g. resources, commodities) get
|
|||
transferred to the new location. The only change that is made is that
|
||||
dist paths are wiped.
|
||||
|
||||
.SA "give, setsector, setresource, Deity"
|
||||
.SA "give, edit, Deity"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue