From e089be2eacb05724a2f9acf1da2517426026e4a0 Mon Sep 17 00:00:00 2001 From: liuzujun <307836273@qq.com> Date: Mon, 18 Jan 2021 14:51:14 +0800 Subject: [PATCH] 取消特权卡餐厅加速获得额外道具功能 --- src/actions/DinerAction.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions/DinerAction.lua b/src/actions/DinerAction.lua index d386a88..97176df 100644 --- a/src/actions/DinerAction.lua +++ b/src/actions/DinerAction.lua @@ -305,7 +305,7 @@ function _M.expediteSellRpc( agent, data ) local gift = reward:toNumMap() -- 特权卡获取加速获得额外道具 - local coef = role.storeData:getProduceItemSpeedCoef() + local coef = 1 --role.storeData:getProduceItemSpeedCoef() for k, v in pairs(gift) do if coef > 1 then v = math.floor(v * coef) -- libgit2 0.21.2