This commit is contained in:
Noah Pilarski 2022-11-15 22:37:22 -05:00
parent 00c9024c0b
commit 45dd45f069

View File

@ -135,7 +135,7 @@ namespace NewHorizons.External.Modules
[DefaultValue("enter")] public RevealVolumeType revealOn = RevealVolumeType.Enter;
/// <summary>
/// What needs to enter the volume to unlock the facts (`enter` only)
/// What can enter the volume to unlock the facts (`enter` only)
/// </summary>
[DefaultValue("both")] public EnterType revealFor = EnterType.Both;