mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
Adds hint that antag panel objectives do not show team objectives (#69746)
This commit is contained in:
committed by
GitHub
parent
adb9a695ba
commit
48270624af
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user