From 63d52ef655cc82eb3aa974d6bd8ceee64ab7f404 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 23 Jan 2023 19:27:03 +0100 Subject: [PATCH] [MIRROR] You can no longer pull out pH Indicator Strips from across the room (COOL GIF INSIDE) [MDB IGNORE] (#18900) --- code/modules/reagents/chemistry/items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/items.dm b/code/modules/reagents/chemistry/items.dm index cfa1f4a47e6..43d8daff62b 100644 --- a/code/modules/reagents/chemistry/items.dm +++ b/code/modules/reagents/chemistry/items.dm @@ -43,7 +43,7 @@ /obj/item/ph_booklet/MouseDrop(atom/over, src_location, over_location, src_control, over_control, params) var/mob/living/user = usr - if(!isliving(user)) + if(!isliving(user) || !Adjacent(user)) return if(HAS_TRAIT(user, TRAIT_HANDS_BLOCKED)) return