diff --git a/Content.Shared/Trigger/Systems/TriggerSystem.Timer.cs b/Content.Shared/Trigger/Systems/TriggerSystem.Timer.cs index 776b17bda6..58ac43e571 100644 --- a/Content.Shared/Trigger/Systems/TriggerSystem.Timer.cs +++ b/Content.Shared/Trigger/Systems/TriggerSystem.Timer.cs @@ -63,7 +63,7 @@ public sealed partial class TriggerSystem if (!args.CanInteract || !args.CanAccess || args.Hands == null) return; - if (ent.Comp.DelayOptions == null || ent.Comp.DelayOptions.Count == 1) + if (ent.Comp.DelayOptions.Count <= 1) return; var user = args.User;