mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-28 20:06:09 +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
12
src/config.c
12
src/config.c
|
|
@ -264,12 +264,12 @@ int use_new_socials = YES;
|
|||
const char *MENU =
|
||||
"\r\n"
|
||||
"Welcome to tbaMUD!\r\n"
|
||||
"0) Exit from tbaMUD.\r\n"
|
||||
"1) Enter the game.\r\n"
|
||||
"2) Enter description.\r\n"
|
||||
"3) Read the background story.\r\n"
|
||||
"4) Change password.\r\n"
|
||||
"5) Delete this character.\r\n"
|
||||
"\t(0\t)) Exit from tbaMUD.\r\n"
|
||||
"\t(1\t)) Enter the game.\r\n"
|
||||
"\t(2\t)) Enter description.\r\n"
|
||||
"\t(3\t)) Read the background story.\r\n"
|
||||
"\t(4\t)) Change password.\r\n"
|
||||
"\t(5\t)) Delete this character.\r\n"
|
||||
"\r\n"
|
||||
" Make your choice: ";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue