Skip to content

Commit

Permalink
Fix build and lint (#32180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Plykiya authored Sep 15, 2024
1 parent 1dec19c commit 540b1b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
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;
Expand All @@ -14,6 +13,7 @@
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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
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;
Expand All @@ -18,6 +17,7 @@
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;
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3136,7 +3136,7 @@
Alive:
Base: ferret
Critical:
Base:
Base: ferret_dead
Dead:
Base: ferret_dead
- type: Butcherable
Expand Down Expand Up @@ -3344,7 +3344,7 @@
Alive:
Base: pig
Critical:
Base:
Base: dead
Dead:
Base: dead
- type: Butcherable
Expand Down

0 comments on commit 540b1b1

Please sign in to comment.