Skip to content

Commit

Permalink
[MIRROR] Bugfix of random.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
YegorKandziuba authored and SuhEugene committed Oct 28, 2023
1 parent 6f216ed commit 17a2e89
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 17a2e89

Please sign in to comment.