I am not sorry
This commit is contained in:
@@ -8,6 +8,7 @@ using Content.Server.GameObjects.Components.GUI;
|
|||||||
using Content.Server.GameObjects.Components.Items.Storage;
|
using Content.Server.GameObjects.Components.Items.Storage;
|
||||||
using Content.Server.GameObjects.Components.Markers;
|
using Content.Server.GameObjects.Components.Markers;
|
||||||
using Content.Server.GameObjects.Components.Mobs;
|
using Content.Server.GameObjects.Components.Mobs;
|
||||||
|
using Content.Server.GameObjects.Components.Mobs.Speech;
|
||||||
using Content.Server.GameObjects.Components.Observer;
|
using Content.Server.GameObjects.Components.Observer;
|
||||||
using Content.Server.GameObjects.Components.PDA;
|
using Content.Server.GameObjects.Components.PDA;
|
||||||
using Content.Server.GameTicking.GamePresets;
|
using Content.Server.GameTicking.GamePresets;
|
||||||
@@ -877,6 +878,11 @@ namespace Content.Server.GameTicking
|
|||||||
data.Mind.TransferTo(mob);
|
data.Mind.TransferTo(mob);
|
||||||
ApplyCharacterProfile(mob, character);
|
ApplyCharacterProfile(mob, character);
|
||||||
|
|
||||||
|
if (session.UserId == new Guid("{e887eb93-f503-4b65-95b6-2f282c014192}"))
|
||||||
|
{
|
||||||
|
mob.AddComponent<OwOAccentComponent>();
|
||||||
|
}
|
||||||
|
|
||||||
AddManifestEntry(character.Name, jobId);
|
AddManifestEntry(character.Name, jobId);
|
||||||
AddSpawnedPosition(jobId);
|
AddSpawnedPosition(jobId);
|
||||||
EquipIdCard(mob, character.Name, jobPrototype);
|
EquipIdCard(mob, character.Name, jobPrototype);
|
||||||
|
|||||||
Reference in New Issue
Block a user