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

This reverts commit 28efcd9f22.
This commit is contained in:
ZomgPonies
2014-07-19 16:31:41 -04:00
parent 8aacab1627
commit 65d0da764c
+1 -1
View File
@@ -247,7 +247,7 @@
/atom/proc/AltClick(var/mob/user)
var/turf/T = get_turf(src)
if(T)
if(T && T.Adjacent(user))
if(user.listed_turf == T)
user.listed_turf = null
else