Test to make alt-click be usable at more than 1 tile away

This commit is contained in:
ZomgPonies
2014-07-19 15:54:47 -04:00
parent b343ffa6eb
commit 28efcd9f22
+1 -1
View File
@@ -247,7 +247,7 @@
/atom/proc/AltClick(var/mob/user)
var/turf/T = get_turf(src)
if(T && T.Adjacent(user))
if(T)
if(user.listed_turf == T)
user.listed_turf = null
else