From e32d30d8b2626682a1989d24a24b4dcdd6860484 Mon Sep 17 00:00:00 2001 From: Zuosizhu Date: Sun, 12 Oct 2025 16:29:24 +0800 Subject: [PATCH] Fix: shipyard no ocr_coin --- module/shipyard/shipyard_reward.py | 1 + 1 file changed, 1 insertion(+) diff --git a/module/shipyard/shipyard_reward.py b/module/shipyard/shipyard_reward.py index 759bf53bc..6a7f34b72 100644 --- a/module/shipyard/shipyard_reward.py +++ b/module/shipyard/shipyard_reward.py @@ -23,6 +23,7 @@ DRBP_BUY_PRIZE = { from module.ocr.ocr import Digit import module.config.server as server +from module.campaign.assets import OCR_COIN if server.server != 'jp': OCR_COIN = Digit(OCR_COIN, name='OCR_COIN', letter=(239, 239, 239), threshold=128) else: