From 36bc3460b8c85c1a0bfa41b7495a106ff52badeb Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 12 十二月 2024 15:09:34 +0800
Subject: [PATCH] 0312 0.1折表现
---
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