[Bugfix] Fix topical self healing time multiplier not working (#39883)

* Commit

* Fix 2

* Prettier

---------

Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
Princess Cheeseballs
2025-08-25 11:05:55 -07:00
committed by GitHub
parent ffc7cc5e5d
commit e8320cc9d8
2 changed files with 24 additions and 16 deletions

View File

@@ -43,7 +43,7 @@ public sealed partial class HealingComponent : Component
/// How long it takes to apply the damage.
/// </summary>
[DataField, AutoNetworkedField]
public float Delay = 3f;
public TimeSpan Delay = TimeSpan.FromSeconds(3f);
/// <summary>
/// Delay multiplier when healing yourself.