Skip to content

Commit bf373d8

Browse files
andrewnclarkViir
authored andcommitted
Update to new mining module tooltip labels in game client
Looks like newer versions of the EVE Online game client use different labels in these tooltips: https://www.eveonline.com/news/view/the-catalyst-expansion-is-here
1 parent 3f16d51 commit bf373d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • implement/applications/eve-online/eve-online-mining-bot

implement/applications/eve-online/eve-online-mining-bot/Bot.elm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{- EVE Online mining bot version 2025-11-15
1+
{- EVE Online mining bot version 2025-11-19
22
33
This bot automates the complete mining process, including offloading the ore and traveling between the mining spot and the unloading location.
44
@@ -1837,7 +1837,7 @@ tooltipLooksLikeMiningModule =
18371837
.allContainedDisplayTextsWithRegion
18381838
>> List.map Tuple.first
18391839
>> List.any
1840-
(Regex.fromString "\\d\\s*m3\\s*\\/\\s*s" |> Maybe.map Regex.contains |> Maybe.withDefault (always False))
1840+
(Regex.fromString "\\d\\s*m[³3]\\s*\\/\\s*s" |> Maybe.map Regex.contains |> Maybe.withDefault (always False))
18411841

18421842

18431843
tooltipLooksLikeModuleToActivateAlways : BotDecisionContext -> ModuleButtonTooltipMemory -> Maybe String

0 commit comments

Comments
 (0)