Bolts down event and minor tweaks (#2053)
* initial commit * I have to switch to master * oops * i need to merge master * finishing touches * updating submodule * bye Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Content.Server.StationEvents
|
||||
/// In minutes, when is the first time this event can start
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public virtual int EarliestStart { get; } = 20;
|
||||
public virtual int EarliestStart { get; } = 5;
|
||||
|
||||
/// <summary>
|
||||
/// How many players need to be present on station for the event to run
|
||||
|
||||
Reference in New Issue
Block a user