Skip to content

Commit

Permalink
revert this specific portion
Browse files Browse the repository at this point in the history
  • Loading branch information
mystery3525 committed Oct 11, 2024
1 parent 8651773 commit 19a2319
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/_onclick/other_mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 19a2319

Please sign in to comment.