Skip to content

Commit

Permalink
Tweak: reduce pixel shift
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach committed Aug 9, 2023
1 parent 450e15d commit 7410ccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/// Takes the four cardinal direction defines. Any atoms moving into this atom's tile will be allowed to from the added directions.
var/passthroughable = NONE
/// The maximum amount of pixels allowed to move in the turf.
var/maximum_pixel_shift = 16
var/maximum_pixel_shift = 12
/// The amount of pixel shift required to make the parent passthroughable.
var/passable_shift_threshold = 8

Expand Down

0 comments on commit 7410ccf

Please sign in to comment.