From 3b40d6a20d0b410f847d93f07d9790e87f28cd53 Mon Sep 17 00:00:00 2001 From: MrStonedOne Date: Wed, 5 Nov 2014 13:53:05 -0800 Subject: [PATCH] Fixes inconsistencies with the player panel Every other admin window that deals with singular things (vv, traitorpanel, etc) lets you have more then one open (as long as its not about the same thing), But not pp, the central point of all of them. This fixes that and allows you have a window open for each mob. --- code/modules/admin/admin.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 95ec12426c6..9c60315b167 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -150,7 +150,7 @@ var/global/floorIsLava = 0 body += "
" body += "" - usr << browse(body, "window=adminplayeropts;size=550x515") + usr << browse(body, "window=adminplayeropts-\ref[M];size=550x515") feedback_add_details("admin_verb","SPP") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!