Re-anchorable structures (#39542)

* Initial commit

* Reverted reinvention of an existing feature...

* Fixed two missed entries

* Added extra examine check

* AI core and high security doors visuals snap to always face south
This commit is contained in:
chromiumboy
2025-08-27 10:04:39 -05:00
committed by GitHub
parent 973689425c
commit 149bb4ca14
18 changed files with 73 additions and 1 deletions

View File

@@ -2,7 +2,6 @@ using Content.Shared.Construction.EntitySystems;
using Content.Shared.Tools;
using Robust.Shared.GameStates;
using Robust.Shared.Prototypes;
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
namespace Content.Shared.Construction.Components
{