diff --git a/Assets/Scripts/Ghost.cs b/Assets/Scripts/Ghost.cs index 81a7ba8..4e17d45 100644 --- a/Assets/Scripts/Ghost.cs +++ b/Assets/Scripts/Ghost.cs @@ -501,7 +501,7 @@ namespace Marro.PacManUdon { SetAnimatorGhostType((int)PacManGhostType.Special); } - else if (!isScared) + else if (!isScared) // Note: Don't update ghost type while scared as this interrupts the white/blue blinking { switch (ghostState) {