Skip to content

Commit

Permalink
Update railings.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Dec 25, 2024
1 parent 771c61b commit 3cb72b7
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 @@ -23,7 +23,7 @@

/obj/structure/railing/update_appearance(updates)
. = ..()
if(dir = (1 || 5 || 9))
if(dir == (1 || 5 || 9))
layer = 2.76
else
layer = 3.08
Expand Down

0 comments on commit 3cb72b7

Please sign in to comment.