Overmap Helm Update Fix (#12186)

This commit is contained in:
Geeves
2021-07-16 12:56:57 +02:00
committed by GitHub
parent cef5b51722
commit d2220d38ce
2 changed files with 8 additions and 1 deletions

View File

@@ -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"