Slip Nerfs (#7733)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
Absolute-Potato
2022-05-06 00:36:03 -04:00
committed by GitHub
parent 43a446f39b
commit 856df8921a
5 changed files with 7 additions and 8 deletions

View File

@@ -34,5 +34,5 @@ public sealed class GlassTableComponent : Component
/// <summary>
/// How long should someone who climbs on this table be stunned for?
/// </summary>
public float StunTime = 5.0f;
public float StunTime = 2.0f;
}