Skip to content

Commit

Permalink
TGS Test Merge (#6056)
Browse files Browse the repository at this point in the history
Byond bug where all clients can be frozen when a pyro spams weapon drops
  • Loading branch information
cm13-github committed Apr 3, 2024
2 parents bec6697 + ffc0944 commit 2adac65
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 @@ -968,7 +968,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 2adac65

Please sign in to comment.