Merge pull request #9062 from ShadowLarkens/tgui_finale

NanoUI Goes To Brazil
This commit is contained in:
Novacat
2020-09-21 14:13:16 -04:00
committed by GitHub
240 changed files with 3952 additions and 21677 deletions

View File

@@ -47,6 +47,6 @@
else
to_chat(usr,"<span class='warning'>No valid landing sites in range.</span>")
possible_d = shuttle.get_possible_destinations()
if(CanInteract(usr, global.default_state) && (D in possible_d))
if(CanInteract(usr, GLOB.tgui_default_state) && (D in possible_d))
shuttle.set_destination(possible_d[D])
return TRUE