From d474954842afcd2b6766192139c7e426771ffb96 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 11 十二月 2024 18:37:47 +0800
Subject: [PATCH] 0312 一折的界面优化
---
Core/GameEngine/Model/Config/CTGConfig.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Core/GameEngine/Model/Config/CTGConfig.cs b/Core/GameEngine/Model/Config/CTGConfig.cs
index 23dcf02..8c66006 100644
--- a/Core/GameEngine/Model/Config/CTGConfig.cs
+++ b/Core/GameEngine/Model/Config/CTGConfig.cs
@@ -37,7 +37,7 @@
{
if (PlayerDatas.Instance.baseData.IsActive90Off)
{
- return m_Percentage*10;
+ return m_Percentage*100;
}
else
{
--
Gitblit v1.8.0