Skip to content

Commit

Permalink
plane fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Sep 25, 2023
1 parent 6fb8611 commit 8fb8cfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monkestation/code/modules/aesthetics/objects/railing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@

var/turf/turf = get_turf(src)
if(dir == SOUTH)
SET_PLANE(src, GAME_PLANE_FOV_HIDDEN, turf)
layer = ABOVE_MOB_LAYER + 0.01

else if(dir != NORTH)
Expand Down

0 comments on commit 8fb8cfa

Please sign in to comment.