From 30a250bbfafe59f468826f71cbf482c06f6c983d Mon Sep 17 00:00:00 2001 From: skull132 Date: Sun, 24 Jul 2016 20:57:38 +0300 Subject: [PATCH] Fixes Antag-OOC jump link again (#635) --- code/modules/admin/verbs/antag-ooc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/antag-ooc.dm b/code/modules/admin/verbs/antag-ooc.dm index 02a47ea56e5..af9d69c40c7 100644 --- a/code/modules/admin/verbs/antag-ooc.dm +++ b/code/modules/admin/verbs/antag-ooc.dm @@ -23,7 +23,7 @@ for(var/mob/M in mob_list) if (check_rights(R_ADMIN|R_MOD, 0, M)) - M << "" + create_text_tag("aooc", "Antag-OOC:", M.client) + " [get_options_bar(src, 0, 1, 1)](JMP): [msg]" + M << "" + create_text_tag("aooc", "Antag-OOC:", M.client) + " [get_options_bar(src, 0, 1, 1)](JMP): [msg]" else if (M.mind && M.mind.special_role && M.client) M << "" + create_text_tag("aooc", "Antag-OOC:", M.client) + " [display_name]: [msg]"