Skip to content

Commit

Permalink
remove redondant var like harry suggested.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Aug 24, 2023
1 parent e75f653 commit cb92e9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/shuttle/computers/dropship_computer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb92e9e

Please sign in to comment.