Event based lock access (#40883)
* init * some bonus stuff * CheckForAnyReaders * reader * doc * review * fuck yaml * Me when I push changes myshelf --------- Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
@@ -20,16 +20,4 @@ public sealed partial class FingerprintReaderComponent : Component
|
||||
/// </summary>
|
||||
[DataField, AutoNetworkedField]
|
||||
public bool IgnoreGloves;
|
||||
|
||||
/// <summary>
|
||||
/// The popup to show when access is denied due to fingerprint mismatch.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public LocId? FailPopup;
|
||||
|
||||
/// <summary>
|
||||
/// The popup to show when access is denied due to wearing gloves.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public LocId? FailGlovesPopup;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user