From 4deb4e79697f94211a3ea5663c2056e8f1bcde97 Mon Sep 17 00:00:00 2001 From: TDSSS <32099540+TDSSS@users.noreply.github.com> Date: Mon, 13 Jul 2020 00:31:53 +0200 Subject: [PATCH] formatting change --- code/modules/admin/player_panel.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/code/modules/admin/player_panel.dm b/code/modules/admin/player_panel.dm index 5e5fe260480..1c6bab4d3cd 100644 --- a/code/modules/admin/player_panel.dm +++ b/code/modules/admin/player_panel.dm @@ -573,7 +573,12 @@ //list active security force count, so admins know how bad things are var/list/sec_list = check_active_security_force() - dat += "
Security Force Overview(total/active/dead/antag): [sec_list[1]]/[sec_list[2]]/[sec_list[3]]/[sec_list[4]]
" + dat += "
" + dat += "" + dat += "" + dat += "" + dat += "" + dat += "
Security
Total: [sec_list[1]]
Active: [sec_list[2]]
Dead: [sec_list[3]]
Antag: [sec_list[4]]
" dat += "" usr << browse(dat, "window=roundstatus;size=400x500")