diff --git a/implement/applications/eve-online/eve-online-mining-bot/Bot.elm b/implement/applications/eve-online/eve-online-mining-bot/Bot.elm index 2738cb4d..61c9a450 100644 --- a/implement/applications/eve-online/eve-online-mining-bot/Bot.elm +++ b/implement/applications/eve-online/eve-online-mining-bot/Bot.elm @@ -1,7 +1,6 @@ -{- EVE Online mining bot version 2023-04-18 +{- EVE Online bot of Levris - The bot warps to an asteroid belt, mines there until the mining hold is full, and then docks at a station or structure to unload the ore. It then repeats this cycle until you stop it. - If no station name or structure name is given with the bot-settings, the bot docks again at the station where it was last docked. + Adapted for the setup shared by Levris at Setup instructions for the EVE Online client: @@ -1135,7 +1134,7 @@ dockToStationOrStructureUsingSurroundingsButtonMenu { prioritizeStructures, desc warpToMiningSite : BotDecisionContext -> DecisionPathNode warpToMiningSite context = useContextMenuCascadeOnListSurroundingsButton - (useMenuEntryWithTextContaining "asteroid belts" + (useMenuEntryWithTextContaining "Anomalies" (useRandomMenuEntry (context.randomIntegers |> List.head |> Maybe.withDefault 0) (useMenuEntryWithTextContaining "Warp to Within" (useMenuEntryWithTextContaining "Within 0 m" menuCascadeCompleted)