C/#name followup (trunk only)

Update #name's description for extended command help, `# ?'.
This commit is contained in:
nethack.rankin
2007-05-25 02:47:29 +00:00
parent 86a1e8b1b1
commit 2f85f1a04c

View File

@@ -1752,7 +1752,7 @@ struct ext_func_tab extcmdlist[] = {
{"jump", "jump to a location", dojump, FALSE},
{"loot", "loot a box on the floor", doloot, FALSE},
{"monster", "use a monster's special ability", domonability, TRUE},
{"name", "name an item or type of object", docallcmd, TRUE},
{"name", "name a monster or an object", docallcmd, TRUE},
{"offer", "offer a sacrifice to the gods", dosacrifice, FALSE},
#ifdef DUNGEON_OVERVIEW
{"overview", "show an overview of the dungeon", dooverview, TRUE},