From 39f478ffff8a0e01a4f9d0538f84a9f62cb211e7 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 30 Apr 2026 19:56:01 +0900 Subject: [PATCH] . --- PHI-CL/data/b/sa.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/data/b/sa.lua b/PHI-CL/data/b/sa.lua index 6407a17..e79f38e 100644 --- a/PHI-CL/data/b/sa.lua +++ b/PHI-CL/data/b/sa.lua @@ -13,7 +13,7 @@ local function spoil_freeze_handle(i) item.icon = nil item.icon_size = nil item.icon_mipmaps = nil - item.spoil_ticks = math.floor(i.spoil_ticks * settings.startup['PHI-SA-SPOIL-FREEZE-RATIO'].value / 10) + item.spoil_ticks = math.floor(i.spoil_ticks * settings.startup['PHI-SA-SPOIL-FREEZE-MULTIPLIER'].value / 10) item.spoil_result = i.name item.spoil_to_trigger_result = nil item.localised_name = {'item-name.' .. i.name}