mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
allow dream lanterns to interact with these rafts
This commit is contained in:
parent
fe3196dac9
commit
e734ada4b0
@ -40,6 +40,10 @@ namespace NewHorizons.Builder.Props.EchoesOfTheEye
|
||||
lightSensor._sector.OnSectorOccupantsUpdated -= lightSensor.OnSectorOccupantsUpdated;
|
||||
lightSensor._sector = null;
|
||||
}
|
||||
lightSensor._detectDreamLanterns = true;
|
||||
lightSensor._lanternFocusThreshold = 0.9f;
|
||||
lightSensor._illuminatingDreamLanternList = new List<DreamLanternController>();
|
||||
lightSensor._lightSourceMask |= LightSourceType.DREAM_LANTERN;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user