From 97446ef705d8a685722ca44b324df0e37ee5a9a5 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 5 Nov 2007 16:07:44 +0000 Subject: Correct tables.txt and add wizard mode to version information. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2771 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/docs/tables.txt | 4 ++-- crawl-ref/source/command.cc | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/crawl-ref/docs/tables.txt b/crawl-ref/docs/tables.txt index 8481ba9b0a..12e0b78fbc 100644 --- a/crawl-ref/docs/tables.txt +++ b/crawl-ref/docs/tables.txt @@ -18,13 +18,13 @@ The abbreviations used for the skills are: General skills, Experience Melee and Ranged Combat Spellcasting and Magic -------------------------- ----------------------- ---------------------- Arm - Armour Fgt - Fighting Spc - Spellcasting -Ddg - Dodging SBl - Short Blades Coj - Conjuration +Ddg - Dodging SBl - Short Blades Coj - Conjurations Sth - Stealth LBl - Long Blades Enc - Enchantments Stb - Stabbing Axs - Axes Sum - Summonings Shd - Shields M&F - Maces & Flails Nec - Necromancy T&D - Traps & Doors Pla - Polearms Trl - Translocations Stv - Staves Trm - Transmigration -Inv - Invocations U C - Unarmed Combat Div - Divination +Inv - Invocations U C - Unarmed Combat Div - Divinations Evo - Evocations Thr - Throwing Fir - Fire Magic Slg - Slings Ice - Ice Magic diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc index 039aff4b07..581ae33bf2 100644 --- a/crawl-ref/source/command.cc +++ b/crawl-ref/source/command.cc @@ -75,6 +75,10 @@ static const char *features[] = { "Lua user scripts", #endif +#ifdef WIZARD + "Wizard mode", +#endif + #if defined(REGEX_POSIX) "POSIX regexps", #elif defined(REGEX_PCRE) -- cgit v1.2.3-54-g00ecf