mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18:27 +01:00
NanoUI Goes To Brazil
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
switch(action)
|
||||
if("pick")
|
||||
var/dest_key = input("Choose shuttle destination", "Shuttle Destination") as null|anything in shuttle.get_destinations()
|
||||
if(dest_key && CanInteract(usr, global.default_state))
|
||||
if(dest_key && CanInteract(usr, GLOB.tgui_default_state))
|
||||
shuttle.set_destination(dest_key, usr)
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user