This commit is contained in:
2026-06-19 12:54:43 +02:00
parent 77ba7ec9c6
commit a5d3546cf0

View File

@@ -501,7 +501,7 @@ namespace Marro.PacManUdon
{ {
SetAnimatorGhostType((int)PacManGhostType.Special); 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) switch (ghostState)
{ {