mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Update ntpda_msg.dm (#17179)
This commit is contained in:
@@ -213,8 +213,6 @@ GLOBAL_LIST_EMPTY(NTPDAMessages)
|
||||
comp.audible_message("[icon2html(comp, hearers(comp))] *[ringtone]*", null, 3)
|
||||
var/msg = "<b>Message from [sender.username], \"[message]\"</b>"
|
||||
if(istype(comp, /obj/item/modular_computer/tablet))
|
||||
var/mob/living/carbon/C = comp.loc
|
||||
if(istype(C))
|
||||
msg += " (<a href='byond://?src=[REF(src)];target=[REF(signal.data["program"])]'>Reply</a>)"
|
||||
comp.visible_message(span_notice(msg), null, null, 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user