diff --git a/code/modules/shuttle/computers/dropship_computer.dm b/code/modules/shuttle/computers/dropship_computer.dm index 28d14e2286ed..16f96ce3017c 100644 --- a/code/modules/shuttle/computers/dropship_computer.dm +++ b/code/modules/shuttle/computers/dropship_computer.dm @@ -148,7 +148,6 @@ if(dropship_control_lost && skillcheck(user, SKILL_PILOT, SKILL_PILOT_EXPERT)) var/remaining_time = timeleft(door_control_cooldown) / 10 - var/units = "seconds" if(remaining_time > 60) to_chat(user, SPAN_WARNING("The shuttle is not responding, try again in [remaining_time] seconds.")) return