longer weather

This commit is contained in:
Ed
2025-06-15 21:34:33 +03:00
parent 6a8699a44c
commit 5046ad1aeb
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
using Content.Server._CP14.GameTicking.Rules;
using Content.Shared._CP14.WeatherControl;
using Content.Shared.Destructible.Thresholds;
namespace Content.Server._CP14.WeatherControl;

View File

@@ -11,7 +11,7 @@ public sealed class CP14WeatherData
public ProtoId<WeatherPrototype>? Visuals { get; set; } = null;
[DataField]
public MinMax Duration { get; set; } = new(30, 300);
public MinMax Duration { get; set; } = new(120, 600);
[DataField]
public float Weight { get; set; } = 1f;