mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-30 16:16:15 +01:00
Runescape chat fix
This commit is contained in:
@@ -61,9 +61,9 @@
|
||||
#define SPAN_SMALL "small"
|
||||
|
||||
//bitflag #defines for return value of the radio() proc.
|
||||
#define ITALICS 1
|
||||
#define REDUCE_RANGE 2
|
||||
#define NOPASS 4
|
||||
#define ITALICS (1<<0)
|
||||
#define REDUCE_RANGE (1<<1)
|
||||
#define NOPASS (1<<2)
|
||||
|
||||
//Eavesdropping
|
||||
#define EAVESDROP_EXTRA_RANGE 1 //how much past the specified message_range does the message get starred, whispering only
|
||||
@@ -88,3 +88,7 @@
|
||||
// Audio/Visual Flags. Used to determine what sense are required to notice a message.
|
||||
#define MSG_VISUAL (1<<0)
|
||||
#define MSG_AUDIBLE (1<<1)
|
||||
|
||||
|
||||
//Used in visible_message_flags, audible_message_flags and runechat_flags
|
||||
#define EMOTE_MESSAGE (1<<0)
|
||||
Reference in New Issue
Block a user