Skip to content

Commit

Permalink
Поправил штучку.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Dec 15, 2024
1 parent f6b0461 commit edd213e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/railings.dm
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
adjust_dir_layer(new_dir)

/obj/structure/railing/proc/adjust_dir_layer(direction)
layer = (direction & NORTH) ? TURF_LAYER : initial(layer)
layer = (direction & SOUTH) ? TURF_LAYER : initial(layer)



Expand Down

0 comments on commit edd213e

Please sign in to comment.