From a87458d873f9ae5a1d0bea9638ce2e30bc33a795 Mon Sep 17 00:00:00 2001 From: ChunkyAtlas Date: Fri, 10 Oct 2025 12:47:27 -0700 Subject: [PATCH] update chance-man to v2.7.1 (#9099) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update chance-man to v2.7.1 - Add option to deprioritize menu entries for locked items - Refactor ItemDimmerController: fixing a bug related to bank placeholders - Correct D-pick ID, Add fur to f2p blocks items * Update chance-man - ignore dimming in CLOG interface - alway allow "Check" option * Update chance-man feat: normalize and lock untradeable ensouled heads - Added EnsouledHeadMapping utility to map untradeable ensouled heads to their tradeable IDs for consistent handling - Updated ActionHandler to use mapped IDs when checking ground items so untradeable heads cannot be picked up unless unlocked - Updated ItemDimmerController to map ensouled heads before canonicalization, ensuring both tradeable and untradeable IDs are dimmed when locked - Removed legacy name-based ensouled mapping in favor of ID only approach - Added private constructor to EnsouledHeadMapping to enforce static utility use * Update chance-man - Backup/restore root (239.0) children instead of blanket re-hide - Track override created widgets and purge them on revert to prevent bleed-through - Preserve and restore original root widget type - Fix type issues and ensure no progress bar/eye/search/icons persist after “Show drops” - add Swift Blade to blocked f2p items * Update chance-man - null safe restoreChildren to avoid NPEs * Update chance-man Shut down executors immediately - Do not wait for termination so teardown and cache reset don’t block shutdown. --- plugins/chance-man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chance-man b/plugins/chance-man index 33cd3626f..8d95ba482 100644 --- a/plugins/chance-man +++ b/plugins/chance-man @@ -1,2 +1,2 @@ repository=https://github.com/ChunkyAtlas/chance-man.git -commit=2403e1445bb7b463ae5af46577dde3badf90b253 +commit=751fc5d8b16d6094ff810a76fd140c0135d58c02