Tweak some probabilities. (#6281)

selfmerg, sue me
This commit is contained in:
Moony
2022-01-23 15:17:04 -06:00
committed by GitHub
parent e54195575b
commit 4e540a13bd
2 changed files with 8 additions and 0 deletions

View File

@@ -36,6 +36,10 @@ namespace Content.Server.StationEvents.Events
public override int MinimumPlayers => 5;
public override float Weight => WeightLow;
public override int? MaxOccurrences => 1;
/// <summary>
/// Give people time to get their internals on.
/// </summary>

View File

@@ -24,6 +24,10 @@ public class KudzuGrowth : StationEvent
public override int MinimumPlayers => 15;
public override float Weight => WeightLow;
public override int? MaxOccurrences => 2;
// Get players to scatter a bit looking for it.
protected override float StartAfter => 50f;