This commit is contained in:
Noah Pilarski 2022-11-15 22:31:11 -05:00
parent 45dbb97bf5
commit 7249124f67

View File

@ -88,6 +88,7 @@ namespace NewHorizons.Builder.ShipLog
break;
case VolumesModule.RevealVolumeInfo.EnterType.Both:
default:
// if you want both player and probe to able to trigger the thing you have to set both player and probe to false. setting both to true will make nothing trigger it
factRevealVolume._player = false;
factRevealVolume._probe = false;
break;