This commit is contained in:
Boki 2026-02-26 20:45:24 -05:00
parent 53641fc8e7
commit 657d307485
28 changed files with 2045 additions and 161 deletions

View file

@ -133,10 +133,10 @@ public abstract class GameExecutor
{
Log.Information("Recovering: escaping and going to hideout");
await _game.FocusGame();
await _game.PressEscape();
await Sleep(Delays.PostEscape);
await _game.PressEscape();
await Sleep(Delays.PostEscape);
// await _game.PressEscape();
// await Sleep(Delays.PostEscape);
// await _game.PressEscape();
// await Sleep(Delays.PostEscape);
var arrived = await _inventory.WaitForAreaTransition(
_config.TravelTimeoutMs, () => _game.GoToHideout());