Add support for antag-before-job selection (#35789)
* Add support for antag-before-job selection * Include logging
This commit is contained in:
@@ -17,7 +17,7 @@ public enum AntagAcceptability
|
||||
/// <summary>
|
||||
/// Choose anyone
|
||||
/// </summary>
|
||||
All
|
||||
All,
|
||||
}
|
||||
|
||||
public enum AntagSelectionTime : byte
|
||||
@@ -28,8 +28,14 @@ public enum AntagSelectionTime : byte
|
||||
/// </summary>
|
||||
PrePlayerSpawn,
|
||||
|
||||
/// <summary>
|
||||
/// Antag roles are selected to the player session before job assignment and spawning.
|
||||
/// Unlike PrePlayerSpawn, this does not remove you from the job spawn pool.
|
||||
/// </summary>
|
||||
IntraPlayerSpawn,
|
||||
|
||||
/// <summary>
|
||||
/// Antag roles get assigned after players have been assigned jobs and have spawned in.
|
||||
/// </summary>
|
||||
PostPlayerSpawn
|
||||
PostPlayerSpawn,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user