Fix glorfcode for real (#22838)

Fix glorfcode
This commit is contained in:
Kara
2023-12-21 17:23:22 -07:00
committed by GitHub
parent 2189c6feb3
commit ee0c3c4a69
2 changed files with 12 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ public sealed partial class DamageForceSayComponent : Component
/// a force say occurs.
/// </summary>
[DataField]
public FixedPoint2 DamageThreshold = FixedPoint2.New(10);
public FixedPoint2 DamageThreshold = FixedPoint2.New(5);
/// <summary>
/// A list of damage group types that are considered when checking <see cref="DamageThreshold"/>.