Skip to content

Commit

Permalink
Fix RCD-built doors being unaligned
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed May 20, 2024
1 parent ad13383 commit 2329853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/structures/door_assembly.dm
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@
electronics.forceMove(door)
door.autoclose = TRUE
door.close()
door.auto_dir_align() // monkestation edit: ensure doors get aligned properly on creation
door.update_appearance()

qdel(src)
Expand Down

0 comments on commit 2329853

Please sign in to comment.