Skip to content

Commit

Permalink
Visually shifts south wallmounts down instead of physically (tgstatio…
Browse files Browse the repository at this point in the history
…n#85920)

This wasn't intended it's just carryover from when I last touched this
macro
  • Loading branch information
LemonInTheDark authored Aug 18, 2024
1 parent 568b1f6 commit 09d7584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__DEFINES/directional.dm
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ _INVERTED_WALL_MOUNT_OFFSET(path, north_offset, physical_north_offset, south_off
dir = WEST; \
pixel_x = -offset; \
} \
_WALL_MOUNT_OFFSET(path, offset, 0, -offset, offset, -offset, 0)
_WALL_MOUNT_OFFSET(path, offset, -offset, 0, offset, -offset, 0)

#define MAPPING_DIRECTIONAL_HELPERS_EMPTY(path) \
##path/directional/north {\
Expand Down

0 comments on commit 09d7584

Please sign in to comment.