Skip to content

Commit

Permalink
Temporary fix until something more permanent is found
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Mar 31, 2024
1 parent d0e9166 commit ffc0944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ cases. Override_icon_state should be a list.*/
continue
viewers_clients += M.client

flick_overlay_to_clients(pickup_animation, viewers_clients, 4)
//flick_overlay_to_clients(pickup_animation, viewers_clients, 4)

var/matrix/animation_matrix = new(pickup_animation.transform)
animation_matrix.Turn(pick(-30, 30))
Expand Down

0 comments on commit ffc0944

Please sign in to comment.