Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Mar 3, 2024
1 parent 293d6a6 commit a0de7a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/machinery/doors/poddoor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,10 @@
/obj/structure/machinery/door/airlock,
)

/obj/structure/machinery/door/poddoor/almayer/Initialize()
/obj/structure/machinery/door/poddoor/almayer/LateInitialize()
. = ..()
addtimer(CALLBACK(src, TYPE_PROC_REF(/atom, relativewall_neighbours)), 10)
relativewall_neighbours()

/obj/structure/machinery/door/poddoor/almayer/open
density = FALSE

Expand Down

0 comments on commit a0de7a3

Please sign in to comment.