diff --git a/Content.Client/CharacterInfo/Components/CharacterInfoComponent.cs b/Content.Client/CharacterInfo/Components/CharacterInfoComponent.cs index 575911174a..c5e1404a5e 100644 --- a/Content.Client/CharacterInfo/Components/CharacterInfoComponent.cs +++ b/Content.Client/CharacterInfo/Components/CharacterInfoComponent.cs @@ -79,7 +79,7 @@ namespace Content.Client.CharacterInfo.Components Orientation = LayoutOrientation.Horizontal, Children = { - (SpriteView = new SpriteView { Scale = (2, 2)}), + (SpriteView = new SpriteView { OverrideDirection = Direction.South, Scale = (2,2)}), new BoxContainer { Orientation = LayoutOrientation.Vertical, @@ -98,11 +98,6 @@ namespace Content.Client.CharacterInfo.Components } }); - AddChild(new Placeholder() - { - PlaceholderText = Loc.GetString("character-info-health-and-status-effects-text") - }); - AddChild(new Label { Text = Loc.GetString("character-info-objectives-label"), diff --git a/Resources/Locale/en-US/character-info/components/character-info-component.ftl b/Resources/Locale/en-US/character-info/components/character-info-component.ftl index 551348fdbd..8ef20dec08 100644 --- a/Resources/Locale/en-US/character-info/components/character-info-component.ftl +++ b/Resources/Locale/en-US/character-info/components/character-info-component.ftl @@ -1,3 +1,2 @@ -character-info-health-and-status-effects-text = Health & status effects character-info-roles-antagonist-text = Antagonist Roles -character-info-objectives-label = Objectives \ No newline at end of file +character-info-objectives-label = Objectives