From 19a2319238d1cdb13c511309d9aeb7d243661ae6 Mon Sep 17 00:00:00 2001 From: mystery3525 <30960302+mystery3525@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:22:17 -0400 Subject: [PATCH] revert this specific portion --- code/_onclick/other_mobs.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/_onclick/other_mobs.dm b/code/_onclick/other_mobs.dm index cd4192c81babe..8992b6a065ed0 100644 --- a/code/_onclick/other_mobs.dm +++ b/code/_onclick/other_mobs.dm @@ -85,8 +85,7 @@ else add_fingerprint(user) if(interaction_flags_atom & INTERACT_ATOM_UI_INTERACT) - ui_interact(user) - return TRUE + return ui_interact(user) return FALSE /mob/living/carbon/RangedAttack(atom/A, mouseparams)