mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Delay start of ConditionalObjectActivation, else it can affect blackhole setup
This commit is contained in:
parent
6d3aa84f87
commit
8dabc7934e
@ -26,6 +26,12 @@ namespace NewHorizons.Components.Props
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void Start()
|
public void Start()
|
||||||
|
{
|
||||||
|
// We delay else some props don't get properly initialized before being disappeared
|
||||||
|
Delay.FireOnNextUpdate(LateStart);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void LateStart()
|
||||||
{
|
{
|
||||||
var currentConditionState = DialogueConditionManager.SharedInstance.GetConditionState(DialogueCondition);
|
var currentConditionState = DialogueConditionManager.SharedInstance.GetConditionState(DialogueCondition);
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"author": "xen, Bwc9876, clay, MegaPiggy, John, Trifid, Hawkbar, Book",
|
"author": "xen, Bwc9876, clay, MegaPiggy, John, Trifid, Hawkbar, Book",
|
||||||
"name": "New Horizons",
|
"name": "New Horizons",
|
||||||
"uniqueName": "xen.NewHorizons",
|
"uniqueName": "xen.NewHorizons",
|
||||||
"version": "1.15.0",
|
"version": "1.15.1",
|
||||||
"owmlVersion": "2.9.3",
|
"owmlVersion": "2.9.3",
|
||||||
"dependencies": [ "JohnCorby.VanillaFix", "_nebula.MenuFramework", "xen.CommonCameraUtility", "dgarro.CustomShipLogModes" ],
|
"dependencies": [ "JohnCorby.VanillaFix", "_nebula.MenuFramework", "xen.CommonCameraUtility", "dgarro.CustomShipLogModes" ],
|
||||||
"conflicts": [ "Raicuparta.QuantumSpaceBuddies", "PacificEngine.OW_CommonResources" ],
|
"conflicts": [ "Raicuparta.QuantumSpaceBuddies", "PacificEngine.OW_CommonResources" ],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user