From 63bbe652f430e59345c7a63cc15852b1bbf86a97 Mon Sep 17 00:00:00 2001 From: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> Date: Thu, 12 Oct 2023 22:34:45 +0200 Subject: [PATCH] Update dropship_computer.dm --- code/modules/shuttle/computers/dropship_computer.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/shuttle/computers/dropship_computer.dm b/code/modules/shuttle/computers/dropship_computer.dm index 15b6a6ca6e87..440257515e13 100644 --- a/code/modules/shuttle/computers/dropship_computer.dm +++ b/code/modules/shuttle/computers/dropship_computer.dm @@ -88,6 +88,7 @@ dropship.callTime = round(flight_duration) dropship.rechargeTime = round(recharge_duration) + is_set_flyby = FALSE /obj/structure/machinery/computer/shuttle/dropship/flight/tgui_interact(mob/user, datum/tgui/ui) ui = SStgui.try_update_ui(user, src, ui) @@ -386,6 +387,7 @@ var/log = "[key_name(user)] launched the dropship [src.shuttleId] on flyby." msg_admin_niche(log) log_interact(user, msg = "[log]") + is_set_flyby = TRUE shuttle.send_for_flyby() return TRUE