|
|
@ -92,6 +92,9 @@ namespace Fungus |
|
|
|
sayDialog = SayDialog.GetSayDialog(); |
|
|
|
sayDialog = SayDialog.GetSayDialog(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sayDialog.SetActive(true); |
|
|
|
|
|
|
|
SayDialog.ActiveSayDialog = sayDialog; |
|
|
|
|
|
|
|
|
|
|
|
return sayDialog; |
|
|
|
return sayDialog; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -319,8 +322,6 @@ namespace Fungus |
|
|
|
yield break; |
|
|
|
yield break; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
sayDialog.SetActive(true); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (currentCharacter != null && |
|
|
|
if (currentCharacter != null && |
|
|
|
currentCharacter != previousCharacter) |
|
|
|
currentCharacter != previousCharacter) |
|
|
|
{ |
|
|
|
{ |
|
|
|