longer weather
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user