mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Removes duplicate entries in floor stat panel
As title.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user