diff --git a/Features/Ghost.cs b/Features/Ghost.cs index 0d17de2e..de9f08f4 100644 --- a/Features/Ghost.cs +++ b/Features/Ghost.cs @@ -38,7 +38,7 @@ private static bool CheckLookEnemy(EnemyInfo __instance) memory.GoalEnemy = null; memory.LastEnemy = null; - __instance.SetCanShoot(false); + __instance.SetVisible(false); __instance.SetCanShoot(false); __instance.SetIgnoreState();