Skip to content

Commit

Permalink
unintended nl removal
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Dec 4, 2024
1 parent a5f3032 commit e0cb70d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/shuttle/computers/dropship_computer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@
if(shuttle.mode != SHUTTLE_IDLE && (shuttle.mode != SHUTTLE_CALL && !shuttle.destination))
to_chat(usr, SPAN_WARNING("You can't move to a new destination right now."))
return TRUE

var/is_optimised = FALSE
// automatically apply optimisation if user is a pilot
if(skillcheck(user, SKILL_PILOT, SKILL_PILOT_EXPERT))
Expand Down

0 comments on commit e0cb70d

Please sign in to comment.