From 226ef19345f53d9a60fc34bfe6629e0b3d2f4dd3 Mon Sep 17 00:00:00 2001 From: Bone White Date: Thu, 30 Oct 2014 10:54:58 +0000 Subject: [PATCH] Removes duplicate entries in floor stat panel As title. --- code/modules/mob/mob.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index 12de1805480..5566fcaa48a 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -897,6 +897,7 @@ var/list/slot_equipment_priority = list( \ if("holdervar") statpanel(S.panel,"[S.holder_var_type] [S.holder_var_amount]",S) + /* // Why have a duplicate set of turfs in the stat panel? if(listed_turf) if(get_dist(listed_turf,src) > 1) listed_turf = null @@ -906,7 +907,7 @@ var/list/slot_equipment_priority = list( \ if(A.invisibility > see_invisible) continue statpanel(listed_turf.name,A.name,A) - + */ // facing verbs