|
@@ -160,12 +160,12 @@ namespace Fort23.Mono
|
|
shownextIcon = nextIcon3;
|
|
shownextIcon = nextIcon3;
|
|
}
|
|
}
|
|
|
|
|
|
- if (eventConditionConfig.NPCID == 0)
|
|
|
|
|
|
+ if (eventConditionConfig.NPCID == 100)
|
|
{
|
|
{
|
|
Text_Name1.text = PlayerManager.Instance.PlayerName;
|
|
Text_Name1.text = PlayerManager.Instance.PlayerName;
|
|
PLayerNameRoot.SetActive(true);
|
|
PLayerNameRoot.SetActive(true);
|
|
}
|
|
}
|
|
- else if (eventConditionConfig.NPCID == -1)
|
|
|
|
|
|
+ else if (eventConditionConfig.NPCID == 0)
|
|
{
|
|
{
|
|
PLayerNameRoot.SetActive(false);
|
|
PLayerNameRoot.SetActive(false);
|
|
}
|
|
}
|