Skip to content

Commit

Permalink
Fix multi-tile doors (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit authored Sep 23, 2023
1 parent 332d0a6 commit 83b11d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/game/machinery/doors/door.dm
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@
else
layer = open_layer


update_bounds()

if (turf_hand_priority)
set_extension(src, /datum/extension/turf_hand, turf_hand_priority)

Expand All @@ -99,6 +96,7 @@

/obj/machinery/door/LateInitialize()
..()
update_bounds()
if(autoset_access) // Delayed because apparently the dir is not set by mapping and we need to wait for nearby walls to init and turn us.
inherit_access_from_area()

Expand Down

0 comments on commit 83b11d6

Please sign in to comment.