From 48270624afe6d6152b13638f736d42bf5330347f Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Wed, 14 Sep 2022 07:45:58 -0700 Subject: [PATCH] Adds hint that antag panel objectives do not show team objectives (#69746) --- code/modules/admin/antag_panel.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/antag_panel.dm b/code/modules/admin/antag_panel.dm index abfd02f158c..637f3995419 100644 --- a/code/modules/admin/antag_panel.dm +++ b/code/modules/admin/antag_panel.dm @@ -40,7 +40,7 @@ GLOBAL_VAR(antag_prototypes) return parts.Join("
") /datum/antagonist/proc/antag_panel_objectives() - var/result = "Objectives:
" + var/result = "Personal Objectives:
" if (objectives.len == 0) result += "EMPTY
" else