master #3

Open
cacahuetes wants to merge 881 commits from liza/Questionable:master into cacahuetes-ShB-Healer
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 14257c73ac - Show all commits

View File

@ -15,7 +15,7 @@
"Y": -137.174,
"Z": 559.47205
},
"StopDistance": 5,
"StopDistance": 7,
"TerritoryId": 1189,
"InteractionType": "AcceptQuest"
}

View File

@ -292,6 +292,8 @@ internal static class MoveTo
{
}
public bool ShouldRedoOnInterrupt() => true;
public override string ToString() => $"MoveTo({Destination.ToString("G", CultureInfo.InvariantCulture)})";
}