Changeset 260
- Timestamp:
- 07/04/07 11:05:50 (1 year ago)
- Files:
-
- trunk/lib/help/help.hlp (modified) (3 diffs)
- trunk/lib/help/playing.txt (modified) (2 diffs)
- trunk/src/tables.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/help/help.hlp
r160 r260 2 2 3 3 Please choose one of the following online help files: 4 ( 1) README for Angband 3.0.8 (308.txt)4 (k) README for Angband 3.0.8 (308.txt) 5 5 6 6 (a) General Information (general.txt) … … 21 21 RET advance 1 line = back up 1 line & show (highlight) some text 22 22 + advance 1/2 page _ back up 1/2 page ! toggle case sentitivity 23 ***** [1] 308.txt24 23 ***** [a] general.txt 25 24 ***** [b] birth.txt … … 32 31 ***** [i] spoiler.hlp 33 32 ***** [j] user.hlp 34 33 ***** [k] 308.txt trunk/lib/help/playing.txt
r119 r260 108 108 z Zap a rod Z (unused) 109 109 ! Interact with system ^A (special - debug command) 110 @ Interact with macros^B (unused)110 @ (unused) ^B (unused) 111 111 # (unused) ^C (special - break) 112 $ User interface^D (unused)113 % Interact with visuals^E Toggle choice window112 $ (unused) ^D (unused) 113 % (unused) ^E Toggle choice window 114 114 ^ (special - control key) ^F Repeat level feeling 115 & Interact with colors^G (unused)115 & (unused) ^G (unused) 116 116 * Target monster or location ^H (unused) 117 117 ( Load screen dump ^I (special - tab) … … 168 168 z Aim a wand (Zap) Z Use a staff (Zap) 169 169 ! Interact with system ^A (special - debug command) 170 @ Interact with macros^B (alter - south west)170 @ (unused) ^B (alter - south west) 171 171 # Toggle search mode ^C (special - break) 172 172 $ (unused) ^D Destroy item 173 % Interact with visuals^E Toggle choice window173 % (unused) ^E Toggle choice window 174 174 ^ (special - control key) ^F Repeat level feeling 175 & Interact with colors^G (unused)175 & (unused) ^G (unused) 176 176 * Target monster or location ^H (alter - west) 177 177 ( Load screen dump ^I (special - tab) trunk/src/tables.c
r255 r260 1796 1796 "Restrict creation of artifacts", /* OPT_birth_no_artifacts */ 1797 1797 "Don't stack objects on the floor", /* OPT_birth_no_stacking */ 1798 " Preserve artifacts when leaving level", /* OPT_birth_no_preserve */1798 "Don't preserve artifacts when leaving level", /* OPT_birth_no_preserve */ 1799 1799 "Don't generate connected stairs", /* OPT_birth_no_stairs */ 1800 1800 NULL, /* xxx */
