Hand teleporter / portal tweaks (#13305)

This commit is contained in:
Kara
2023-01-03 01:53:16 -06:00
committed by GitHub
parent ab07944af8
commit 5eacde3da7
3 changed files with 91 additions and 7 deletions

View File

@@ -27,5 +27,5 @@ public sealed class PortalComponent : Component
/// If no portals are linked, the subject will be teleported a random distance at maximum this far away.
/// </summary>
[DataField("maxRandomRadius")]
public float MaxRandomRadius = 10.0f;
public float MaxRandomRadius = 7.0f;
}