mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Overmap Announcements Overhaul (#16460)
* Overmap Announcements * overdoing it a little * update cl * whoops
This commit is contained in:
@@ -80,6 +80,11 @@
|
||||
else if(sound_token)
|
||||
QDEL_NULL(sound_token)
|
||||
|
||||
/obj/machinery/computer/ship/sensors/proc/display_message(var/message)
|
||||
if(OPERABLE(src))
|
||||
playsound(src, 'sound/machines/triplebeep.ogg', 50)
|
||||
visible_message(SPAN_NOTICE("\The [src] beeps, [SPAN_ITALIC("\"" + message + "\"")]"))
|
||||
|
||||
/obj/machinery/computer/ship/sensors/ui_interact(mob/user, datum/tgui/ui)
|
||||
ui = SStgui.try_update_ui(user, src, ui)
|
||||
if(!ui)
|
||||
|
||||
Reference in New Issue
Block a user