From 02ea14d239600d62bb7f2b0f9477d7eb09963a5c Mon Sep 17 00:00:00 2001 From: Atermonera Date: Mon, 1 Jul 2019 16:47:46 -0800 Subject: [PATCH] Merge pull request #6250 from Heroman3003/altclickup Allows to interact with turf itself in Turf tab --- code/modules/mob/mob.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index 8d07f3f2246..ec032d7b46b 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -730,7 +730,7 @@ listed_turf = null else if(statpanel("Turf")) - stat("\icon[listed_turf]", listed_turf.name) + stat(listed_turf) for(var/atom/A in listed_turf) if(!A.mouse_opacity) continue