mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
make it match base game fr
This commit is contained in:
parent
d972463f12
commit
5386806fb0
@ -77,7 +77,7 @@ namespace NewHorizons.Builder.Volumes
|
||||
detectorGO.layer = LayerMask.NameToLayer("BasicDetector");
|
||||
var detector = detectorGO.AddComponent<ConstantFluidDetector>();
|
||||
detector._onlyDetectableFluid = water;
|
||||
detector._buoyancy.boundingRadius = info.radius;
|
||||
detector._buoyancy.boundingRadius = 1;
|
||||
detector._dontApplyForces = true;
|
||||
|
||||
submerge._fluidDetector = detector;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user