Make events generally much more common (#27469)
Make events generally more common
This commit is contained in:
@@ -58,8 +58,7 @@ namespace Content.Server.StationEvents
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private void ResetTimer(BasicStationEventSchedulerComponent component)
|
private void ResetTimer(BasicStationEventSchedulerComponent component)
|
||||||
{
|
{
|
||||||
// 5 - 25 minutes. TG does 3-10 but that's pretty frequent
|
component.TimeUntilNextEvent = _random.Next(3 * 60, 10 * 60);
|
||||||
component.TimeUntilNextEvent = _random.Next(300, 1500);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user