mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 11:30:35 +01:00
Modular Computer Message Slider (#11659)
This commit is contained in:
@@ -28,7 +28,8 @@ var/global/ntnrc_uid = 0
|
||||
for(var/datum/computer_file/program/chat_client/Cl in U.clients)
|
||||
var/notification_text = message.format_chat_notification(src, Cl)
|
||||
if(notification_text && Cl.can_receive_notification(message.client))
|
||||
Cl.computer.output_message(notification_text, 0)
|
||||
if(!Cl.message_mute)
|
||||
Cl.computer.output_message(notification_text, 0)
|
||||
if(message.play_sound)
|
||||
Cl.play_notification_sound(message.client)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user