From 1f3bf8219f88d2f884bf768e6ebdf3bd7e1129a5 Mon Sep 17 00:00:00 2001 From: mystery3525 <30960302+mystery3525@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:15:19 -0400 Subject: [PATCH] revert this specific portion (#11671) --- 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)