From 0dceecbd538f90c9cd8a8d5a786dbcda95ba90a6 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 21 五月 2019 17:15:07 +0800
Subject: [PATCH] 3335 灵根提升优化
---
System/Alchemy/AlchemyUseDrugCell.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/System/Alchemy/AlchemyUseDrugCell.cs b/System/Alchemy/AlchemyUseDrugCell.cs
index 03a2c43..978d2e7 100644
--- a/System/Alchemy/AlchemyUseDrugCell.cs
+++ b/System/Alchemy/AlchemyUseDrugCell.cs
@@ -103,6 +103,11 @@
}
else if (ItemOperateUtility.Instance.CheckItemUselimit(itemId))
{
+ var config = ItemConfig.Get(itemId);
+ if (config != null && config.Effect1 == 200)
+ {
+ ModelCenter.Instance.GetModel<ReikiRootModel>().reikiPointPromoteSymbol = true;
+ }
ItemOperateUtility.Instance.UseItem(list[0].guid);
}
}
--
Gitblit v1.8.0