mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 11:07:46 +01:00
a few more changes related to map (#18557)
* we got a thing * use flags * makes it betterer
This commit is contained in:
@@ -139,7 +139,7 @@ GLOBAL_LIST_EMPTY(micro_tunnels)
|
||||
if(!destinations.len)
|
||||
to_chat(user, span_warning("There are no other tunnels connected to this one!"))
|
||||
return
|
||||
else if(destinations.len == 1)
|
||||
else if(destinations.len == 1 || random)
|
||||
choice = pick(destinations)
|
||||
else
|
||||
choice = tgui_input_list(user, "Where would you like to go?", "Pick a tunnel", destinations)
|
||||
|
||||
Reference in New Issue
Block a user