mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 04:26:38 +01:00
Cuts down round-start summary.
Now only lists entities with names and assignments.
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
var/pltext = "<font size=2><b>Player list:</b></font>"
|
||||
|
||||
for(var/mob/M in player_list)
|
||||
if(M.mind)
|
||||
if(M.mind && M.mind.name && (M.mind.assigned_role || M.mind.special_role))
|
||||
pltext += print_player_lite(M.mind)
|
||||
if(M.client)
|
||||
clients++
|
||||
|
||||
Reference in New Issue
Block a user