Save Space Station 14 from the Toilet Gibber Forever (#35587)

* The evil is defeated

* Tag body bags

* uwu, cwush me cwusher-chan

* absolute 18+ sloggery

* botos binted? 👽
This commit is contained in:
Hannah Giovanna Dawson
2025-03-03 10:04:33 +00:00
committed by GitHub
parent 184edfe71d
commit 78b2b361e8
7 changed files with 44 additions and 80 deletions

View File

@@ -64,12 +64,6 @@ public abstract partial class SharedEntityStorageComponent : Component
[DataField, ViewVariables(VVAccess.ReadWrite)]
public float EnteringRange = 0.18f;
/// <summary>
/// If true, there may be mobs inside the container, even if the container is an Item
/// </summary>
[DataField]
public bool ItemCanStoreMobs = false;
/// <summary>
/// Whether or not to show the contents when the storage is closed
/// </summary>
@@ -153,10 +147,7 @@ public sealed class EntityStorageComponentState : ComponentState
}
[ByRefEvent]
public record struct InsertIntoEntityStorageAttemptEvent(bool Cancelled = false);
[ByRefEvent]
public record struct StoreMobInItemContainerAttemptEvent(bool Handled, bool Cancelled = false);
public record struct InsertIntoEntityStorageAttemptEvent(EntityUid ItemToInsert, bool Cancelled = false);
[ByRefEvent]
public record struct StorageOpenAttemptEvent(EntityUid User, bool Silent, bool Cancelled = false);