Skip to content

Commit

Permalink
Return hijack objective
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirus59 committed Jul 30, 2024
1 parent 6fd3d48 commit df0146b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -657,10 +657,12 @@ public bool TryFTLDock(EntityUid shuttleUid, ShuttleComponent component, EntityU
if (config != null)
{
FTLDock((shuttleUid, shuttleXform), config);
Smimsh(shuttleUid, xform: shuttleXform); //SS220 Emergency shuttle gib
return true;
}

TryFTLProximity(shuttleUid, targetUid, shuttleXform, targetXform);
Smimsh(shuttleUid, xform: shuttleXform); //SS220 Emergency shuttle gib
return false;
}

Expand Down

0 comments on commit df0146b

Please sign in to comment.