I am not sorry

This commit is contained in:
Pieter-Jan Briers
2020-12-04 13:34:05 +01:00
parent 1b1d050ee7
commit 0ed1191623

View File

@@ -8,6 +8,7 @@ using Content.Server.GameObjects.Components.GUI;
using Content.Server.GameObjects.Components.Items.Storage;
using Content.Server.GameObjects.Components.Markers;
using Content.Server.GameObjects.Components.Mobs;
using Content.Server.GameObjects.Components.Mobs.Speech;
using Content.Server.GameObjects.Components.Observer;
using Content.Server.GameObjects.Components.PDA;
using Content.Server.GameTicking.GamePresets;
@@ -877,6 +878,11 @@ namespace Content.Server.GameTicking
data.Mind.TransferTo(mob);
ApplyCharacterProfile(mob, character);
if (session.UserId == new Guid("{e887eb93-f503-4b65-95b6-2f282c014192}"))
{
mob.AddComponent<OwOAccentComponent>();
}
AddManifestEntry(character.Name, jobId);
AddSpawnedPosition(jobId);
EquipIdCard(mob, character.Name, jobPrototype);