Fixes reverants in ghost mode getting gibbed (#25533)

* Fix

* Lance clarification
This commit is contained in:
Daylight
2024-05-28 12:51:16 +00:00
committed by GitHub
parent 9b07dea0df
commit a94a2ea015
2 changed files with 3 additions and 1 deletions
@@ -27,7 +27,7 @@
to_chat(user, "<span class='warning'>You'll want this to dock on the station.</span>")
return
var/list/dir_choices = list("North" = NORTH, "East" = EAST, "South" = SOUTH, "West" = WEST)
var/dir_choice = tgui_input_list(user, "Select the new docking area orientation.", "Dock Orientation", dir_choices)
var/dir_choice = tgui_input_list(user, "Which direction should the shuttle approach from?", "Dock Orientation", dir_choices)
if(!dir_choice)
return