mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Turn off only star for proxies
This commit is contained in:
parent
9536fd08cb
commit
91b3ec7f44
@ -266,7 +266,10 @@ namespace NewHorizons.Components.SizeControllers
|
|||||||
if (controller != null) StarLightController.RemoveStar(controller);
|
if (controller != null) StarLightController.RemoveStar(controller);
|
||||||
|
|
||||||
// Just turn off the star entirely
|
// Just turn off the star entirely
|
||||||
transform.parent.gameObject.SetActive(false);
|
if (_isProxy)
|
||||||
|
gameObject.SetActive(false);
|
||||||
|
else
|
||||||
|
transform.parent.gameObject.SetActive(false); // Turn off sector
|
||||||
|
|
||||||
if (_stellarRemnantController != null) _stellarRemnantController.FullyActivate();
|
if (_stellarRemnantController != null) _stellarRemnantController.FullyActivate();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user