Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Mar 4, 2024
1 parent b8ce4a4 commit 18e10ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/modules/admin/verbs/shuttlepanel.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
set_mode(SHUTTLE_IGNITING)
on_ignition()
setTimer(ignitionTime)
if(istype(src, /obj/docking_port/mobile/marine_dropship))
var/obj/docking_port/mobile/marine_dropship/MD = src
MD.in_flyby = TRUE

if("Delete Shuttle")
if(alert(user, "Really delete [name || id]?", "Delete Shuttle", "Cancel", "Really!") != "Really!")
Expand Down
2 changes: 2 additions & 0 deletions code/modules/shuttle/shuttles/dropship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@

/obj/docking_port/mobile/marine_dropship/enterTransit()
. = ..()
if(!destination)
in_flyby = TRUE
if(SSticker?.mode && !(SSticker.mode.flags_round_type & MODE_DS_LANDED)) //Launching on first drop.
SSticker.mode.ds_first_drop(src)

Expand Down

0 comments on commit 18e10ee

Please sign in to comment.