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:
Pasi Kallinen
2016-01-09 13:39:45 +02:00
parent 7e4e9f263a
commit 1e1557ed46
3 changed files with 11 additions and 0 deletions

View File

@@ -2777,6 +2777,7 @@ struct ext_func_tab extcmdlist[] = {
{ "force", "force a lock", doforce, FALSE },
{ "invoke", "invoke an object's powers", doinvoke, TRUE },
{ "jump", "jump to a location", dojump, FALSE },
{ "kick", "kick something", dokick, FALSE },
{ "loot", "loot a box on the floor", doloot, FALSE },
{ "monster", "use a monster's special ability", domonability, TRUE },
{ "name", "name a monster or an object", docallcmd, TRUE },