Skip to content

Commit

Permalink
Merge pull request Baystation12#34286 from YegorKandziuba/patch-1
Browse files Browse the repository at this point in the history
Bugfix of random.dm
  • Loading branch information
Spookerton authored Oct 28, 2023
2 parents 0d35d8b + 718b99c commit 561a1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/random/random.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
if(pixel_x || pixel_y)
A.pixel_x = pixel_x
A.pixel_y = pixel_y

A.dir = dir
return A

// Returns an associative list in format path:weight
Expand Down

0 comments on commit 561a1d5

Please sign in to comment.