From 51d3355cc11fffd7333d67235ffbe47665c783eb Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Mon, 22 Jan 2024 20:14:08 -0500 Subject: [PATCH] Checking if its the floortile --- Content.Server/Nyanotrasen/Fugitive/FugitiveSystem.cs | 2 -- .../Prototypes/Nyanotrasen/Entities/Mobs/NPCs/humanoid.yml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) 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]