Skip to content

Commit

Permalink
Update code/game/supplyshuttle.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Doubleumc <[email protected]>
  • Loading branch information
fira and Doubleumc authored Nov 13, 2023
1 parent 6fc5aa3 commit 148cd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/supplyshuttle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ var/datum/controller/supply/supply_controller = new()
return

if(!is_admin_level(SSshuttle.vehicle_elevator.z))
to_chat(usr, SPAN_WARNING("The elevator needs to be in the crago bay dock to call a vehicle up. Ask someone to send it away."))
to_chat(usr, SPAN_WARNING("The elevator needs to be in the cargo bay dock to call a vehicle up. Ask someone to send it away."))
return

if(ismaintdrone(usr))
Expand Down

0 comments on commit 148cd0d

Please sign in to comment.