Gateway nerfs (#21659)
This commit is contained in:
@@ -26,7 +26,7 @@ public sealed partial class GatewayGeneratorComponent : Component
|
||||
/// How long it takes to unlock another destination once one is taken.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public TimeSpan UnlockCooldown = TimeSpan.FromMinutes(45);
|
||||
public TimeSpan UnlockCooldown = TimeSpan.FromMinutes(75);
|
||||
|
||||
/// <summary>
|
||||
/// Maps we've generated.
|
||||
|
||||
@@ -87,6 +87,8 @@ public sealed class GatewayGeneratorSystem : EntitySystem
|
||||
|
||||
private void OnGeneratorMapInit(EntityUid uid, GatewayGeneratorComponent generator, MapInitEvent args)
|
||||
{
|
||||
generator.NextUnlock = TimeSpan.FromMinutes(5);
|
||||
|
||||
for (var i = 0; i < 3; i++)
|
||||
{
|
||||
GenerateDestination(uid, generator);
|
||||
|
||||
@@ -10,7 +10,7 @@ namespace Content.Shared.Salvage;
|
||||
public sealed partial class RestrictedRangeComponent : Component
|
||||
{
|
||||
[DataField(required: true), AutoNetworkedField]
|
||||
public float Range = 72f;
|
||||
public float Range = 78f;
|
||||
|
||||
[DataField, AutoNetworkedField]
|
||||
public Vector2 Origin;
|
||||
|
||||
Reference in New Issue
Block a user