[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:
committed by
GitHub
parent
ffc7cc5e5d
commit
e8320cc9d8
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user