mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
yee haw
This commit is contained in:
parent
17be25189d
commit
d298551157
@ -81,7 +81,7 @@ namespace NewHorizons.Builder.Props
|
|||||||
});
|
});
|
||||||
|
|
||||||
// If it starts at the shaft, move the start/end sounds to it
|
// If it starts at the shaft, move the start/end sounds to it
|
||||||
if ((info.disableSpout & !info.disableShaft) | info.offset == -67f)
|
if ((info.disableSpout && !info.disableShaft) || info.offset == -67f)
|
||||||
{
|
{
|
||||||
oneShotAudio.transform.SetLocalPositionY(67f);
|
oneShotAudio.transform.SetLocalPositionY(67f);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user