From 763ee5e8afceea4733a18317c96a5f9cf03c3150 Mon Sep 17 00:00:00 2001 From: Lailloken <61888437+Lailloken@users.noreply.github.com> Date: Thu, 9 Jun 2022 18:48:44 +0200 Subject: [PATCH] v1.25.0-hotfix: fixed bug in map-info panel --- Lailloken UI.ahk | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Lailloken UI.ahk b/Lailloken UI.ahk index 840ab62b..126926f8 100644 --- a/Lailloken UI.ahk +++ b/Lailloken UI.ahk @@ -1819,9 +1819,9 @@ Else parseboard := SubStr(map_mods_clipped, InStr(map_mods_clipped, "Item Level: IniRead, map_mods_list, data\Map mods.ini Loop, Parse, parseboard, `n, `n { - If (A_LoopField = "") + If (A_LoopField = "") || InStr(A_Loopfield, "{") || (SubStr(A_Loopfield, 1, 1) = "(") continue - check := A_LoopField + check := InStr(A_Loopfield, "(") ? SubStr(A_LoopField, 1, InStr(A_Loopfield, "(",,, 1) - 1) SubStr(A_Loopfield, InStr(A_Loopfield, ")") + 1) : A_Loopfield check_characters := "-0123456789%" map_mod_pretext := "" Loop, Parse, check @@ -2393,11 +2393,6 @@ If (clipboard != "") } } } - If InStr(clipboard, "power core") || InStr(clipboard, "recombinator") - { - GoSub, Recombinators - Return - } If !InStr(clipboard, "Rarity: Currency") && !InStr(clipboard, "Item Class: Map") && !InStr(clipboard, "Unidentified") && !InStr(clipboard, "Heist") && !InStr(clipboard, "Item Class: Expedition") && !InStr(clipboard, "Item Class: Stackable Currency") || InStr(clipboard, "to the goddess") || InStr(clipboard, "other oils") { GoSub, Omnikey_context_menu