diff --git a/Content.Client/Lobby/LobbyUIController.cs b/Content.Client/Lobby/LobbyUIController.cs index fd4d9d2e6b9..75b02d115f1 100644 --- a/Content.Client/Lobby/LobbyUIController.cs +++ b/Content.Client/Lobby/LobbyUIController.cs @@ -518,6 +518,14 @@ public EntityUid LoadProfileEntity(HumanoidCharacterProfile? humanoid, JobProtot _humanoid.LoadProfile(dummyEnt, humanoid); + // Far Horizons start + if (humanoid != null) + { + var loadout = humanoid.GetSpeciesLoadoutOrDefault(_playerManager.LocalSession, _prototypeManager); + GiveDummyLoadout(dummyEnt, loadout); + } + // Far Horizons end + if (humanoid != null && jobClothes) { DebugTools.Assert(job != null); diff --git a/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml b/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml index bc4a9b2e7ae..ba34d5b976d 100644 --- a/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml +++ b/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml @@ -61,6 +61,13 @@ ToolTip="{Loc 'humanoid-profile-editor-guidebook-button-tooltip'}"/> + + + + + + +