Thief hotfix (#22976)
* fixes! * reduced collection amount * omeeeeega * pipup * popup
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using Content.Server.Thief.Systems;
|
||||
using Content.Shared.Thief;
|
||||
using Robust.Shared.Audio;
|
||||
using Robust.Shared.Prototypes;
|
||||
@@ -8,7 +9,7 @@ namespace Content.Server.Thief.Components;
|
||||
/// This component stores the possible contents of the backpack,
|
||||
/// which can be selected via the interface.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[RegisterComponent, Access(typeof(ThiefUndeterminedBackpackSystem))]
|
||||
public sealed partial class ThiefUndeterminedBackpackComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user