From bd2fb61eff5d58fe53ca1fd24239a4e6a7b946c1 Mon Sep 17 00:00:00 2001 From: farie82 Date: Sat, 11 Jul 2020 10:35:31 +0200 Subject: [PATCH] Use UID instead of \ref (#13803) --- code/game/machinery/hologram.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/hologram.dm b/code/game/machinery/hologram.dm index fcd6de4020c..6d2586c46aa 100644 --- a/code/game/machinery/hologram.dm +++ b/code/game/machinery/hologram.dm @@ -195,7 +195,7 @@ GLOBAL_LIST_EMPTY(holopads) for(var/mob/living/silicon/ai/AI in GLOB.ai_list) if(!AI.client) continue - to_chat(AI, "Your presence is requested at \the [area].") + to_chat(AI, "Your presence is requested at \the [area].") else temp = "A request for AI presence was already sent recently.
" temp += "Main Menu"