少年修仙传客户端代码仓库
client_linchunjie
2018-09-03 5a6f2e89c019268be68a706e65d2cda74bcc695f
System/FairyAu/FairyGrabBossBehaviour.cs
@@ -128,7 +128,7 @@
            }
            m_ContainerKilled.gameObject.SetActive(killed && opened);
            m_ContainerKilling.gameObject.SetActive(!killed && opened);
            m_BossPortrait.material = opened ? m_SmoothMask.imageMaterials[0] : m_SmoothMask.imageMaterials[1];
            m_BossPortrait.material = opened && !killed ? m_SmoothMask.imageMaterials[0] : m_SmoothMask.imageMaterials[1];
            m_ContainerMapName.gameObject.SetActive(!opened);
        }