Add extended command #kick
I've seen some complaints about not being able to kick with ^d so add kick as an extended command. Also add the missing #exploremode command to the Guidebook.
This commit is contained in:
@@ -860,12 +860,16 @@ See the section below entitled ``Conduct'' for details.
|
|||||||
Dip an object into something.
|
Dip an object into something.
|
||||||
.lp #enhance
|
.lp #enhance
|
||||||
Advance or check weapon and spell skills.
|
Advance or check weapon and spell skills.
|
||||||
|
.lp #exploremode
|
||||||
|
Enter the explore mode.
|
||||||
.lp #force
|
.lp #force
|
||||||
Force a lock.
|
Force a lock.
|
||||||
.lp #invoke
|
.lp #invoke
|
||||||
Invoke an object's special powers.
|
Invoke an object's special powers.
|
||||||
.lp #jump
|
.lp #jump
|
||||||
Jump to another location.
|
Jump to another location.
|
||||||
|
.lp #kick
|
||||||
|
Kick something.
|
||||||
.lp #loot
|
.lp #loot
|
||||||
Loot a box or bag on the floor beneath you, or the saddle
|
Loot a box or bag on the floor beneath you, or the saddle
|
||||||
from a steed standing next to you.
|
from a steed standing next to you.
|
||||||
|
|||||||
@@ -1042,6 +1042,9 @@ Dip an object into something.
|
|||||||
\item[\tb{\#enhance}]
|
\item[\tb{\#enhance}]
|
||||||
Advance or check weapon and spell skills.
|
Advance or check weapon and spell skills.
|
||||||
%.lp
|
%.lp
|
||||||
|
\item[\tb{\#exploremode}]
|
||||||
|
Enter the explore mode.
|
||||||
|
%.lp
|
||||||
\item[\tb{\#force}]
|
\item[\tb{\#force}]
|
||||||
Force a lock.
|
Force a lock.
|
||||||
%.lp
|
%.lp
|
||||||
@@ -1051,6 +1054,9 @@ Invoke an object's special powers.
|
|||||||
\item[\tb{\#jump}]
|
\item[\tb{\#jump}]
|
||||||
Jump to another location.
|
Jump to another location.
|
||||||
%.lp
|
%.lp
|
||||||
|
\item[\tb{\#kick}]
|
||||||
|
Kick something.
|
||||||
|
%.lp
|
||||||
\item[\tb{\#loot}]
|
\item[\tb{\#loot}]
|
||||||
Loot a box or bag on the floor beneath you, or the saddle
|
Loot a box or bag on the floor beneath you, or the saddle
|
||||||
from a steed standing next to you.
|
from a steed standing next to you.
|
||||||
|
|||||||
@@ -2777,6 +2777,7 @@ struct ext_func_tab extcmdlist[] = {
|
|||||||
{ "force", "force a lock", doforce, FALSE },
|
{ "force", "force a lock", doforce, FALSE },
|
||||||
{ "invoke", "invoke an object's powers", doinvoke, TRUE },
|
{ "invoke", "invoke an object's powers", doinvoke, TRUE },
|
||||||
{ "jump", "jump to a location", dojump, FALSE },
|
{ "jump", "jump to a location", dojump, FALSE },
|
||||||
|
{ "kick", "kick something", dokick, FALSE },
|
||||||
{ "loot", "loot a box on the floor", doloot, FALSE },
|
{ "loot", "loot a box on the floor", doloot, FALSE },
|
||||||
{ "monster", "use a monster's special ability", domonability, TRUE },
|
{ "monster", "use a monster's special ability", domonability, TRUE },
|
||||||
{ "name", "name a monster or an object", docallcmd, TRUE },
|
{ "name", "name a monster or an object", docallcmd, TRUE },
|
||||||
|
|||||||
Reference in New Issue
Block a user