NukeOps start with either station codes or their codes (#14025)

* NukeOps start with all nuke codes

* make it pick a random code

* clarify this
This commit is contained in:
Nemanja
2023-03-26 12:58:57 -04:00
committed by GitHub
parent 5b9705bc4d
commit 930d097616
4 changed files with 48 additions and 17 deletions

View File

@@ -7,5 +7,12 @@ namespace Content.Server.Nuke
[RegisterComponent]
public sealed class NukeCodePaperComponent : Component
{
/// <summary>
/// Whether or not paper will contain a code for a nuke on the same
/// station as the paper, or if it will get a random code from all
/// possible nukes.
/// </summary>
[DataField("allNukesAvailable")]
public bool AllNukesAvailable;
}
}