Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
RimiNosha committed Oct 8, 2024
1 parent a9f921b commit eb3a963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/structures/railings.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
AddElement(/datum/element/connect_loc, loc_connections)

AddComponent(/datum/component/simple_rotation, ROTATION_NEEDS_ROOM, CALLBACK(src, PROC_REF(on_rotation)))
on_rotation()

/obj/structure/railing/proc/on_rotation()
if((NORTH | SOUTH) & dir)
Expand Down

0 comments on commit eb3a963

Please sign in to comment.