From f7fa7ed2a5c6619007a108d3c356a15153751a50 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 14 Aug 2014 19:36:32 -0400 Subject: note &= in the wizmode command list --- crawl-ref/source/command.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc index 11ee53a9f0..519ba88e5d 100644 --- a/crawl-ref/source/command.cc +++ b/crawl-ref/source/command.cc @@ -2525,6 +2525,7 @@ int list_wizard_commands(bool do_redraw_screen) "# load character from a dump file\n" "Z gain lots of Zot Points\n" "& list all divine followers\n" + "= show info about skill points\n" "\n" "Create level features\n" "L place a vault by name\n" -- cgit v1.2.3