diff --git a/code/game/machinery/autolathe.dm b/code/game/machinery/autolathe.dm index 1636613ad50..03473ed5d39 100644 --- a/code/game/machinery/autolathe.dm +++ b/code/game/machinery/autolathe.dm @@ -389,6 +389,8 @@ /obj/machinery/autolathe/AltClick(mob/user) . = ..() + if(!can_interact(user)) + return if(drop_direction) balloon_alert(user, "drop direction reset") drop_direction = 0