From 6fc305e2b59c946a444ed884f1d3a3d82ac0e987 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期一, 03 九月 2018 20:09:50 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/KnapSack/Logic/RoleElixirTipWin.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/System/KnapSack/Logic/RoleElixirTipWin.cs b/System/KnapSack/Logic/RoleElixirTipWin.cs
index 6090983..4db0968 100644
--- a/System/KnapSack/Logic/RoleElixirTipWin.cs
+++ b/System/KnapSack/Logic/RoleElixirTipWin.cs
@@ -30,11 +30,13 @@
presentIndex = 0;
CreateCell();
CheckJumpToModel();
+ ModelCenter.Instance.GetModel<BlastFurnaceModel>().IsMakeDrugWin = true;
}
private void OnDisable()
{
ctrl.OnRefreshCell -= RefreshMakeDrugCell;
+ ModelCenter.Instance.GetModel<BlastFurnaceModel>().IsMakeDrugWin = false;
}
private void CheckJumpToModel()
--
Gitblit v1.8.0