Handle certain interaction interruptions
authorLiza Carvelli <liza@carvel.li>
Fri, 20 Sep 2024 09:56:57 +0000 (11:56 +0200)
committerLiza Carvelli <liza@carvel.li>
Fri, 20 Sep 2024 09:56:57 +0000 (11:56 +0200)
QuestPaths/7.x - Dawntrail/MSQ/C-Yak T'el/4909_Road to the Golden City.json
Questionable/Controller/Steps/Shared/MoveTo.cs

index 39387ac54edb793c3e78f6f957e60ffa4fe914cc..efabe8befc0b22fac900bf23a5c7db7b6aaf0546 100644 (file)
@@ -15,7 +15,7 @@
             "Y": -137.174,
             "Z": 559.47205
           },
-          "StopDistance": 5,
+          "StopDistance": 7,
           "TerritoryId": 1189,
           "InteractionType": "AcceptQuest"
         }
index 92aa6d073c6473171b72e7873dc98e1a601e7444..bd62ea1392622e59763f346ed9c148b45918499e 100644 (file)
@@ -292,6 +292,8 @@ internal static class MoveTo
         {
         }
 
+        public bool ShouldRedoOnInterrupt() => true;
+
         public override string ToString() => $"MoveTo({Destination.ToString("G", CultureInfo.InvariantCulture)})";
     }