mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
Overmap Helm Update Fix (#12186)
This commit is contained in:
@@ -189,9 +189,11 @@
|
||||
if (href_list["move"])
|
||||
var/ndir = text2num(href_list["move"])
|
||||
linked.relaymove(usr, ndir, accellimit)
|
||||
addtimer(CALLBACK(src, .proc/updateUsrDialog), linked.burn_delay + 1) // remove when turning into vueui
|
||||
|
||||
if (href_list["brake"])
|
||||
linked.decelerate()
|
||||
addtimer(CALLBACK(src, .proc/updateUsrDialog), linked.burn_delay + 1) // remove when turning into vueui
|
||||
|
||||
if (href_list["apilot"])
|
||||
autopilot = !autopilot
|
||||
@@ -202,7 +204,6 @@
|
||||
add_fingerprint(usr)
|
||||
updateUsrDialog()
|
||||
|
||||
|
||||
/obj/machinery/computer/ship/navigation
|
||||
name = "navigation console"
|
||||
icon_screen = "nav"
|
||||
|
||||
Reference in New Issue
Block a user