Skip to content

Commit

Permalink
Fix Click Catcher (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
francinum authored Feb 21, 2024
1 parent c69f055 commit 8997b84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/_onclick/click.dm
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,10 @@
mouse_opacity = MOUSE_OPACITY_OPAQUE
screen_loc = "CENTER"

/atom/movable/screen/click_catcher/can_usr_use(mob/user)
return TRUE // Owned by a client, not a mob. It's all safe anyways.


#define MAX_SAFE_BYOND_ICON_SCALE_TILES (MAX_SAFE_BYOND_ICON_SCALE_PX / world.icon_size)
#define MAX_SAFE_BYOND_ICON_SCALE_PX (33 * 32) //Not using world.icon_size on purpose.

Expand Down

0 comments on commit 8997b84

Please sign in to comment.