mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-24 08:14:06 +01:00
Updated World and files for 3.57 release. --Rumble
This commit is contained in:
parent
97dcc94afe
commit
efab0b04fc
41 changed files with 7564 additions and 7350 deletions
|
|
@ -2115,7 +2115,7 @@ ACMD(do_toggle)
|
|||
break;
|
||||
case SCMD_SCREENWIDTH:
|
||||
if (!*arg2)
|
||||
send_to_char(ch, "You current screen width is set to %d characters.", GET_SCREEN_WIDTH(ch));
|
||||
send_to_char(ch, "Your current screen width is set to %d characters.", GET_SCREEN_WIDTH(ch));
|
||||
else if (is_number(arg2)) {
|
||||
GET_SCREEN_WIDTH(ch) = MIN(MAX(atoi(arg2), 40), 200);
|
||||
send_to_char(ch, "Okay, your screen width is now set to %d characters.", GET_SCREEN_WIDTH(ch));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue