diff --git a/Content.Client/GameObjects/EntitySystems/ExamineSystem.cs b/Content.Client/GameObjects/EntitySystems/ExamineSystem.cs index a893c53819..2e4981466e 100644 --- a/Content.Client/GameObjects/EntitySystems/ExamineSystem.cs +++ b/Content.Client/GameObjects/EntitySystems/ExamineSystem.cs @@ -84,7 +84,7 @@ namespace Content.Client.GameObjects.EntitySystems vBox.AddChild(hBox); if (entity.TryGetComponent(out ISpriteComponent? sprite)) { - hBox.AddChild(new SpriteView {Sprite = sprite}); + hBox.AddChild(new SpriteView {Sprite = sprite, OverrideDirection = Direction.South}); } hBox.AddChild(new Label