Skip to content

Commit

Permalink
Update dropship_computer.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamerdk committed Oct 12, 2023
1 parent d9250db commit 63bbe65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/shuttle/computers/dropship_computer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 63bbe65

Please sign in to comment.