This commit is contained in:
DESKTOP-SAJ6RKV\Administrator 2025-06-26 20:20:36 +08:00
parent 347cf4e379
commit b26c19c65f
2 changed files with 2 additions and 2 deletions

View File

@ -641,8 +641,8 @@ namespace GameLogic
});
// 永久增加推力
m_AllAddPush += ConfigSystem.Instance.Tables.TbSystemConfig.Get(1).YongJiuPower;
return;
m_AllAddPush += ConfigSystem.Instance.Tables.TbSystemConfig.Get(1).YongJiuPower * buff.num;
//return;
}
else if (buff.m_Id == 9)
{