From bf97dc5926d52acd4f3d4b9d491cfd2b19bdd769 Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Tue, 3 Sep 2024 00:27:34 +0800 Subject: [PATCH] Fix: Use the exact GRID_DELTA in SynthesizeInventoryManager --- tasks/item/synthesize.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/item/synthesize.py b/tasks/item/synthesize.py index afd3e12f7..1e7e3a3a4 100644 --- a/tasks/item/synthesize.py +++ b/tasks/item/synthesize.py @@ -61,6 +61,8 @@ class SynthesizeItemAmount(Digit, WhiteStrip): class SynthesizeInventoryManager(InventoryManager): + GRID_DELTA = (110, 130) + @cached_property def dic_item_index(self): """