diff --git a/Content.Server/Nyanotrasen/Fugitive/FugitiveSystem.cs b/Content.Server/Nyanotrasen/Fugitive/FugitiveSystem.cs index 26a73173e1..ba0b592cf3 100644 --- a/Content.Server/Nyanotrasen/Fugitive/FugitiveSystem.cs +++ b/Content.Server/Nyanotrasen/Fugitive/FugitiveSystem.cs @@ -106,8 +106,6 @@ namespace Content.Server.Fugitive _stun.TryParalyze(uid, TimeSpan.FromSeconds(2), false); _audioSystem.PlayPvs(component.SpawnSoundPath, uid, AudioParams.Default.WithVolume(-6f)); - - var tile = Spawn("FloorTileItemSteel", Transform(uid).Coordinates); } private FormattedMessage GenerateFugiReport(EntityUid uid) diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/NPCs/humanoid.yml b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/NPCs/humanoid.yml index 24d2bbab8d..ddc27621db 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/NPCs/humanoid.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/NPCs/humanoid.yml @@ -20,6 +20,7 @@ parent: MobHuman id: MobHumanFugitive name: Fugitive + noSpawn: true components: - type: Loadout prototypes: [FugitiveStartingGear]