@@ -152,7 +152,7 @@ public sealed class SignalTimerSystem : EntitySystem
|
||||
if (!IsMessageValid(uid, args))
|
||||
return;
|
||||
|
||||
component.Delay = args.Delay.TotalSeconds;
|
||||
component.Delay = Math.Min(args.Delay.TotalSeconds, component.MaxDuration);
|
||||
_appearanceSystem.SetData(uid, TextScreenVisuals.TargetTime, component.Delay);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user