allow dream lanterns to interact with these rafts

This commit is contained in:
Noah Pilarski 2025-04-08 21:59:55 -04:00
parent fe3196dac9
commit e734ada4b0

View File

@ -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;
}
}
}