diff --git a/Content.Server/GameTicking/GameTicker.Spawning.cs b/Content.Server/GameTicking/GameTicker.Spawning.cs index d5754bc4b5..fe04db37d9 100644 --- a/Content.Server/GameTicking/GameTicker.Spawning.cs +++ b/Content.Server/GameTicking/GameTicker.Spawning.cs @@ -311,7 +311,7 @@ namespace Content.Server.GameTicking if (existedAllowedProfile.Count == 0) { - character = HumanoidCharacterProfile.DefaultWithSpecies(); + character = HumanoidCharacterProfile.RandomWithSpecies(); _chatManager.DispatchServerMessage(player, "Данному виду запрещено играть на этой профессии. Вам была выдана случайная внешность."); } else