Skip to content

Commit

Permalink
Update text.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihisohel committed Jan 30, 2024
1 parent 96ca249 commit b0e9782
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/__DEFINES/text.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@

#define SHOW_MESSAGE_VISIBLE 1
#define SHOW_MESSAGE_AUDIBLE 2

//Don't set this very much higher then 1024 unless you like inviting people in to dos your server with message spam
#define MAX_MESSAGE_LEN 1024

Check warning on line 22 in code/__DEFINES/text.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro redefined: MAX_MESSAGE_LEN
#define MAX_EMOTE_LEN 256

Check warning on line 23 in code/__DEFINES/text.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro redefined: MAX_EMOTE_LEN
#define MAX_PAPER_MESSAGE_LEN 3072

Check warning on line 24 in code/__DEFINES/text.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro redefined: MAX_PAPER_MESSAGE_LEN
#define MAX_BOOK_MESSAGE_LEN 9216

Check warning on line 25 in code/__DEFINES/text.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro redefined: MAX_BOOK_MESSAGE_LEN
#define MAX_NAME_LEN 28

Check warning on line 26 in code/__DEFINES/text.dm

View workflow job for this annotation

GitHub Actions / Run Linters

macro redefined: MAX_NAME_LEN

0 comments on commit b0e9782

Please sign in to comment.