Fix journal adventurer selection

This commit is contained in:
2023-07-08 21:59:37 +02:00
parent 0dce5e2751
commit 11d735b813
3 changed files with 696 additions and 5 deletions

View File

@@ -81,7 +81,7 @@ public class DialoguePanel : MonoBehaviour
{
m_skipped = false;
m_characterText.text = "";
m_questionIndexAsked.Clear();
StopAllCoroutines();
}