Skip to content

Commit

Permalink
nav data comp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
X0-11 committed Jun 3, 2024
1 parent 51026d2 commit 58815e3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions code/modules/halo/overmap/nav_data_computer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,11 @@
remove_nav_chip()
qdel(chip_to_remove)

/obj/machinery/nav_computer/LateInitialize()
. = ..()
START_PROCESSING(SSobj, src)

/obj/machinery/nav_computer/Process()
var/obj/effect/overmap/ship/our_om = map_sectors["[z]"]
if(istype(our_om))
our_om.nav_comp = src
STOP_PROCESSING(SSobj, src)
STOP_PROCESSING(SSmachines, src)

/obj/machinery/nav_computer/examine(var/mob/examiner)
. = ..()
Expand Down

0 comments on commit 58815e3

Please sign in to comment.