Skip to content

Commit

Permalink
Update code/modules/shuttle/computers/dropship_computer.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
blackdragonTOW and Drulikar authored Aug 1, 2024
1 parent f2c1a63 commit 2a5bbd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/shuttle/computers/dropship_computer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@
dropship.crashing = TRUE
dropship.is_hijacked = TRUE

SShijack.hijack_status = HIJACK_OBJECTIVES_SHIP_INBOUND
if(SShijack.hijack_status == HIJACK_OBJECTIVES_NOT_STARTED)
SShijack.hijack_status = HIJACK_OBJECTIVES_SHIP_INBOUND

hijack.fire()
GLOB.alt_ctrl_disabled = TRUE
Expand Down

0 comments on commit 2a5bbd2

Please sign in to comment.