Adds hint that antag panel objectives do not show team objectives (#69746)

This commit is contained in:
Kyle Spier-Swenson
2022-09-14 07:45:58 -07:00
committed by GitHub
parent adb9a695ba
commit 48270624af
+1 -1
View File
@@ -40,7 +40,7 @@ GLOBAL_VAR(antag_prototypes)
return parts.Join("<br>")
/datum/antagonist/proc/antag_panel_objectives()
var/result = "<i><b>Objectives</b></i>:<br>"
var/result = "<i><b>Personal Objectives</b></i>:<br>"
if (objectives.len == 0)
result += "EMPTY<br>"
else