]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix build and lint (#32180)
authorPlykiya <58439124+Plykiya@users.noreply.github.com>
Sun, 15 Sep 2024 04:00:06 +0000 (21:00 -0700)
committerGitHub <noreply@github.com>
Sun, 15 Sep 2024 04:00:06 +0000 (21:00 -0700)
Content.Server/Atmos/Piping/Binary/EntitySystems/GasPressurePumpSystem.cs
Content.Server/Atmos/Piping/Binary/EntitySystems/GasVolumePumpSystem.cs
Resources/Prototypes/Entities/Mobs/NPCs/animals.yml

index 56359a85af5e3e62234cbb095553a1463670b994..abd34396a0c78ad284dcd6c1db0cd32cfbe9d1e3 100644 (file)
@@ -2,7 +2,6 @@ using Content.Server.Administration.Logs;
 using Content.Server.Atmos.EntitySystems;
 using Content.Server.Atmos.Piping.Binary.Components;
 using Content.Server.Atmos.Piping.Components;
-using Content.Server.NodeContainer;
 using Content.Server.NodeContainer.EntitySystems;
 using Content.Server.NodeContainer.Nodes;
 using Content.Server.Power.Components;
@@ -14,6 +13,7 @@ using Content.Shared.Database;
 using Content.Shared.Examine;
 using Content.Shared.Interaction;
 using Content.Shared.Popups;
+using Content.Shared.Power;
 using JetBrains.Annotations;
 using Robust.Server.GameObjects;
 using Robust.Shared.Player;
index d1127920514d86e1b2bcae337c41084763cecb70..9ddd7dce67d5a1f71a874761bbbc45774cc68367 100644 (file)
@@ -6,7 +6,6 @@ using Content.Server.Atmos.Piping.Components;
 using Content.Server.DeviceNetwork;
 using Content.Server.DeviceNetwork.Components;
 using Content.Server.DeviceNetwork.Systems;
-using Content.Server.NodeContainer;
 using Content.Server.NodeContainer.EntitySystems;
 using Content.Server.NodeContainer.Nodes;
 using Content.Server.Power.Components;
@@ -18,6 +17,7 @@ using Content.Shared.DeviceNetwork;
 using Content.Shared.Examine;
 using Content.Shared.Interaction;
 using Content.Shared.Popups;
+using Content.Shared.Power;
 using JetBrains.Annotations;
 using Robust.Server.GameObjects;
 using Robust.Shared.Player;
index c06b5aacea26f13ea67508705a6360e492d1eea7..495f5345534bf49059120dd0672cb7fc66a3235a 100644 (file)
       Alive:
         Base: ferret
       Critical:
-        Base:
+        Base: ferret_dead
       Dead:
         Base: ferret_dead
   - type: Butcherable
       Alive:
         Base: pig
       Critical:
-        Base:
+        Base: dead
       Dead:
         Base: dead
   - type: Butcherable