Fixed ghost blink

This commit is contained in:
2026-06-19 12:53:58 +02:00
parent 46e1207c37
commit 77ba7ec9c6
2 changed files with 12 additions and 17 deletions

View File

@@ -501,12 +501,7 @@ namespace Marro.PacManUdon
{
SetAnimatorGhostType((int)PacManGhostType.Special);
}
else if (isScared)
{
SetAnimatorGhostType((int)PacManGhostType.Scared);
}
else
else if (!isScared)
{
switch (ghostState)
{