Alt clicking inside bag wont show turf tab (#47597)

* No more turf view.

* turfs
This commit is contained in:
skoglol
2019-11-07 11:22:09 -05:00
committed by Emmett Gaines
parent 202205b736
commit a666fa445b
+1 -1
View File
@@ -343,7 +343,7 @@
/atom/proc/AltClick(mob/user)
SEND_SIGNAL(src, COMSIG_CLICK_ALT, user)
var/turf/T = get_turf(src)
if(T && user.TurfAdjacent(T))
if(T && (isturf(loc) || isturf(src)) && user.TurfAdjacent(T))
user.listed_turf = T
user.client.statpanel = T.name