Skip to content

Commit

Permalink
set default role to survivor
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed Jun 11, 2024
1 parent f90f5a1 commit dfe7898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Shared/GameTicking/SharedGameTicker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ public abstract class SharedGameTicker : EntitySystem
// But this is easier, and at least it isn't hardcoded.
//TODO: Move these, they really belong in StationJobsSystem or a cvar.
[ValidatePrototypeId<JobPrototype>]
public const string FallbackOverflowJob = "Passenger";
public const string FallbackOverflowJob = "Survivor";

public const string FallbackOverflowJobName = "job-name-passenger";
public const string FallbackOverflowJobName = "job-name-survivor";

// TODO network.
// Probably most useful for replays, round end info, and probably things like lobby menus.
Expand Down

0 comments on commit dfe7898

Please sign in to comment.