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 24d7f44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/shuttle/computers/dropship_computer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,9 @@
if("set-automate")
var/almayer_lz = params["hangar_id"]
var/ground_lz = params["ground_id"]
if(ground_lz == DROPSHIP_FLYBY_ID)
to_chat(user, SPAN_WARNING("Unfortunately it is not possible to automate fly-bys."))
return
var/delay = Clamp(params["delay"] SECONDS, DROPSHIP_MIN_AUTO_DELAY, DROPSHIP_MAX_AUTO_DELAY)

// TODO verify
Expand Down

0 comments on commit 24d7f44

Please sign in to comment.