mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
remove onSlidesStart event when exiting volume dumbass
This commit is contained in:
parent
36708ff49d
commit
e91958684f
@ -44,6 +44,7 @@ namespace NewHorizons.Patches
|
||||
var t = hitObj.GetComponent<VisionTorchTarget>();
|
||||
if (t != null) //(hitObj.CompareTag("PrisonerDetector"))
|
||||
{
|
||||
__instance._mindProjector.OnProjectionStart -= t.onSlidesStart;
|
||||
__instance._mindProjector.OnProjectionComplete -= t.onSlidesComplete;
|
||||
}
|
||||
return true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user