diff --git a/code/defines/global.dm b/code/defines/global.dm index 6754b7b7925..d5b1876046e 100644 --- a/code/defines/global.dm +++ b/code/defines/global.dm @@ -190,7 +190,7 @@ var const/MAX_PAPER_MESSAGE_LEN = 3072 const/MAX_BOOK_MESSAGE_LEN = 9216 - const/MAX_NAME_LEN = 26 + const/MAX_NAME_LEN = 40 list/paper_blacklist = list("script","frame","iframe","input","button","a","embed","object")