DoAfter Refactor Fixes (#14278)

* Doafterfixes

* Injector blocker
This commit is contained in:
keronshb
2023-02-26 00:33:06 -05:00
committed by GitHub
parent 0d6f64e6d0
commit ec739c24da
13 changed files with 148 additions and 54 deletions

View File

@@ -39,6 +39,12 @@ namespace Content.Server.Medical.Components
[DataField("delay")]
public float Delay = 3f;
/// <summary>
/// Cancel token to prevent rapid healing
/// </summary>
[DataField("cancelToken")]
public CancellationTokenSource? CancelToken;
/// <summary>
/// Delay multiplier when healing yourself.
/// </summary>