From 1860572067424e880d660dfe55aa6fe8035a46fe Mon Sep 17 00:00:00 2001 From: annabunches Date: Sun, 8 Aug 2021 17:40:41 -0400 Subject: [PATCH] Improve feel of node execution. --- lib/node.ks | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/node.ks b/lib/node.ks index 79fba51..f27bab9 100644 --- a/lib/node.ks +++ b/lib/node.ks @@ -24,7 +24,8 @@ function ExecNode { wait until VAng(SHIP:FACING:FOREVECTOR, STEERINGMANAGER:TARGET:FOREVECTOR) <= 0.1. print "Warping to node.". - KUNIVERSE:TIMEWARP:WarpTo(NEXTNODE:TIME - leadT - 5). + KUNIVERSE:TIMEWARP:WarpTo(NEXTNODE:TIME - leadT - 2). + wait until SHIP:UNPACKED. wait until NEXTNODE:ETA <= leadT. print "Executing burn.".