Delta-v/Content.Shared/Placeable
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
..
ItemPlacerComponent.cs Update trivial components to use auto comp states (#20539) 2023-09-28 16:20:29 -07:00
ItemPlacerSystem.cs Replace obsolete EntityWhitelist IsValid usages part 2 (#28506) 2024-06-03 17:40:03 -04:00
PlaceableSurfaceComponent.cs Update trivial components to use auto comp states (#20539) 2023-09-28 16:20:29 -07:00
PlaceableSurfaceSystem.cs Move PlaceableSurfaceComponent usages to PlaceableSurfaceSystem (#28384) 2024-09-19 17:42:49 +10:00