code/__DEFINES/chat.dm 
CHAT_RELIABILITY_HISTORY_SIZE | How many chat payloads to keep in history |
---|---|
CHAT_RELIABILITY_MAX_RESENDS | How many resends to allow before giving up |
debug_world | Used for debug messages to the world |
debug_usr | Used for debug messages to the player |
debug_admins | Used for debug messages to the admins |
debug_world_log | Used for debug messages to the server |
chat_box_regular | Wraps text in a standard boxed message container |
chat_box_examine | Formats text as left-aligned examination text in a boxed container |
chat_box_red | Creates a boxed message with red border for warning/alert messages |
chat_box_purple | Creates a boxed message with purple border for unique/special notifications |
chat_box_yellow | Creates a boxed message with yellow border for cautionary messages |
chat_box_green | Creates a boxed message with green border for positive/success notifications |
chat_box_notice | Creates a boxed message with standard notice border for important information |
chat_box_healthscan | Formats health scan results as left-aligned text in a notice-bordered box |
chat_box_notice_thick | Creates a prominent boxed notice with thick border for critical information |
chat_box_ahelp | Creates an urgent red-bordered box for admin help messages (ahelp) |
chat_box_mhelp | Creates a notice-bordered box for mentor help messages (mhelp) |
UNKNOWN_NAME_RUS | Replaces name of someone if we shouldn't know that |
UNKNOWN_STATUS_RUS | Replaces something (job, sec status, disease' name, etc) if we shouldn't know that |
NOJOB_STATUS_RUS | Replaces job's name of someone if they don't have one |
Define Details
CHAT_RELIABILITY_HISTORY_SIZE 
How many chat payloads to keep in history
CHAT_RELIABILITY_MAX_RESENDS 
How many resends to allow before giving up
NOJOB_STATUS_RUS 
Replaces job's name of someone if they don't have one
UNKNOWN_NAME_RUS 
Replaces name of someone if we shouldn't know that
UNKNOWN_STATUS_RUS 
Replaces something (job, sec status, disease' name, etc) if we shouldn't know that
chat_box_ahelp 
Creates an urgent red-bordered box for admin help messages (ahelp)
chat_box_examine 
Formats text as left-aligned examination text in a boxed container
chat_box_green 
Creates a boxed message with green border for positive/success notifications
chat_box_healthscan 
Formats health scan results as left-aligned text in a notice-bordered box
chat_box_mhelp 
Creates a notice-bordered box for mentor help messages (mhelp)
chat_box_notice 
Creates a boxed message with standard notice border for important information
chat_box_notice_thick 
Creates a prominent boxed notice with thick border for critical information
chat_box_purple 
Creates a boxed message with purple border for unique/special notifications
chat_box_red 
Creates a boxed message with red border for warning/alert messages
chat_box_regular 
Wraps text in a standard boxed message container
chat_box_yellow 
Creates a boxed message with yellow border for cautionary messages
debug_admins 
Used for debug messages to the admins
debug_usr 
Used for debug messages to the player
debug_world 
Used for debug messages to the world
debug_world_log 
Used for debug messages to the server