Fix admins not being able to health scan slimes (#33884)

This commit is contained in:
slarticodefast
2024-12-18 01:12:35 +01:00
committed by GitHub
parent aaec1e684e
commit 908e476643
3 changed files with 14 additions and 3 deletions

View File

@@ -65,8 +65,18 @@ namespace Content.Shared.Storage
[DataField]
public TimeSpan OpenUiCooldown = TimeSpan.Zero;
/// <summary>
/// Can insert stuff by clicking the storage entity with it.
/// </summary>
[DataField]
public bool ClickInsert = true; // Can insert stuff by clicking the storage entity with it
public bool ClickInsert = true;
/// <summary>
/// Open the storage window when pressing E.
/// When false you can still open the inventory using verbs.
/// </summary>
[DataField]
public bool OpenOnActivate = true;
/// <summary>
/// How many entities area pickup can pickup at once.