diff --git a/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs b/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs index d2d80a632f..74c47bbb25 100644 --- a/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs +++ b/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs @@ -1341,7 +1341,7 @@ public abstract class SharedStorageSystem : EntitySystem Angle startAngle; if (storageEnt.Comp.DefaultStorageOrientation == null) { - startAngle = Angle.FromDegrees(-itemEnt.Comp.StoredRotation); + startAngle = Angle.Zero; } else {