From a5d3546cf023746c33ab9a1b5418e5674407a6a9 Mon Sep 17 00:00:00 2001 From: Marro64 Date: Fri, 19 Jun 2026 12:54:43 +0200 Subject: [PATCH] Comment --- Assets/Scripts/Ghost.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {