Хотфикс (#242)

* hotfix

* fix
This commit is contained in:
CaypenNow
2024-03-24 18:03:56 +05:00
committed by GitHub
parent 5f01622a07
commit d177127b99
3 changed files with 16 additions and 20 deletions

View File

@@ -9,11 +9,8 @@ namespace Content.Shared._White.Chemistry;
[RegisterComponent]
public sealed partial class NarcoticEffectComponent : Component
{
[ViewVariables(VVAccess.ReadWrite), DataField]
public CancellationTokenSource CancelTokenSource = new();
[ViewVariables(VVAccess.ReadOnly), DataField]
public List<int> TimerInterval = new() { 3000, 6000, 3800, 7000, 5000 };
public List<int> TimerInterval = new() { 8000, 12000, 10000, 12500, 10500 };
[ViewVariables(VVAccess.ReadOnly), DataField]
public List<int> SlurTime = new() { 35, 60, 80, 90, 45 };