You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: yogstation/code/modules/scripting/Implementations/Telecomms.dm
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@
14
14
#defineETHEREAN128
15
15
#defineBONE256
16
16
#defineMOTH512
17
-
#defineENGLISH1024
17
+
#defineCAT1024
18
+
#defineENGLISH2048
18
19
19
20
GLOBAL_LIST_INIT(allowed_custom_spans,list(SPAN_ROBOT,SPAN_YELL,SPAN_ITALICS,SPAN_SANS,SPAN_COMMAND,SPAN_CLOWN))//Span classes that players are allowed to set in a radio transmission.
0 commit comments