mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-15 05:48:51 +01:00
Couple adjustments to the tab handling, added MXP here and there, and added a toggler '\t' to the improved editor to grant access to tabs.
This commit is contained in:
parent
bf26d79323
commit
70d7785fea
11 changed files with 49 additions and 37 deletions
|
|
@ -48,10 +48,10 @@ const char *pc_class_types[] = {
|
|||
const char *class_menu =
|
||||
"\r\n"
|
||||
"Select a class:\r\n"
|
||||
" [C]leric\r\n"
|
||||
" [T]hief\r\n"
|
||||
" [W]arrior\r\n"
|
||||
" [M]agic-user\r\n";
|
||||
" [\t(C\t)]leric\r\n"
|
||||
" [\t(T\t)]hief\r\n"
|
||||
" [\t(W\t)]arrior\r\n"
|
||||
" [\t(M\t)]agic-user\r\n";
|
||||
|
||||
/* The code to interpret a class letter -- used in interpreter.c when a new
|
||||
* character is selecting a class and by 'set class' in act.wizard.c. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue