From 65d0da764c8a357e870d1e09cf44fa659f480044 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sat, 19 Jul 2014 16:31:41 -0400 Subject: [PATCH] Revert "Test to make alt-click be usable at more than 1 tile away" This reverts commit 28efcd9f22b37a459fe4613afc03e67c2e8fcfd4. --- code/_onclick/click.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_onclick/click.dm b/code/_onclick/click.dm index 821f1543793..99d992639e1 100644 --- a/code/_onclick/click.dm +++ b/code/_onclick/click.dm @@ -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