Removes duplicate entries in floor stat panel

As title.
This commit is contained in:
Bone White
2014-10-30 10:54:58 +00:00
parent 7d245233cd
commit 226ef19345
+2 -1
View File
@@ -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