Delta-v/Content.Shared/Storage
ShadowCommander 3fc9f96b75
Move PlaceableSurfaceComponent usages to PlaceableSurfaceSystem (#28384)
* Move placeable check to PlaceableSurfaceSystem

This check stops entities from being inserted into a storage entity
when it has a PlaceableSurfaceComponent.

The entity is instead placed on top of the entity like a table.

* Move SetPlaceable to PlaceableSurfaceSystem

* Update to transform system and consolidate code

* Fix interaction with storage that has a placeable component

* deadlock

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2024-09-19 17:42:49 +10:00
..
Components Add a component that inserts the held item when no interaction happens on the stored item (#29823) 2024-08-11 12:29:44 +10:00
EntitySystems Move PlaceableSurfaceComponent usages to PlaceableSurfaceSystem (#28384) 2024-09-19 17:42:49 +10:00
Events Add a component that inserts the held item when no interaction happens on the stored item (#29823) 2024-08-11 12:29:44 +10:00
EntitySpawnEntry.cs VGRoid support (#27659) 2024-07-03 22:23:11 +10:00
Events.cs Content update for NetEntities (#18935) 2023-09-11 09:42:41 +10:00
ItemStorageLocation.cs biggest gridinv update OF ALL TIME (#25834) 2024-03-28 17:31:47 +11:00
StorageComponent.cs Move PlaceableSurfaceComponent usages to PlaceableSurfaceSystem (#28384) 2024-09-19 17:42:49 +10:00
StorageHelpers.cs Grid Inventory (#21931) 2023-12-04 16:04:39 -07:00