From 4877af788a902a3e3089f3f84a0d86e497b73fa3 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Thu, 7 Sep 2023 15:12:29 -0700 Subject: [PATCH] doc --- NewHorizons/Components/Quantum/NHMultiStateQuantumObject.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NewHorizons/Components/Quantum/NHMultiStateQuantumObject.cs b/NewHorizons/Components/Quantum/NHMultiStateQuantumObject.cs index 684e33e2..7f11f8d7 100644 --- a/NewHorizons/Components/Quantum/NHMultiStateQuantumObject.cs +++ b/NewHorizons/Components/Quantum/NHMultiStateQuantumObject.cs @@ -94,6 +94,7 @@ namespace NewHorizons.Components.Quantum // faster than full CheckVisibility var visibility = CheckVisibilityInstantly(); var playerInside = CheckPointInside(Locator.GetPlayerCamera().transform.position); + // does not check probe, but thats okay var notEntangledCheck = illumination ? visibility : playerInside; var isVisible = isPlayerEntangled ? illumination : notEntangledCheck;