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: harryob <[email protected]>
  • Loading branch information
mullenpaul and harryob committed Oct 11, 2023
1 parent 45e76e5 commit 8a9c16d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/shuttle/computers/dropship_computer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,8 @@
if(skillcheck(user, SKILL_PILOT, SKILL_PILOT_EXPERT))
is_optimised = TRUE
update_equipment(is_optimised)
var/dockId = params["target"]
if(dockId == DROPSHIP_FLYBY_ID)
var/dock_id = params["target"]
if(dock_id == DROPSHIP_FLYBY_ID)
if(!skillcheck(user, SKILL_PILOT, SKILL_PILOT_EXPERT))
to_chat(user, SPAN_WARNING("You don't have the skill to perform a flyby."))
return FALSE
Expand Down

0 comments on commit 8a9c16d

Please sign in to comment.