фикс апстрима

This commit is contained in:
Vigers Ray 2025-06-09 22:08:11 +03:00
parent 390ffd9c7f
commit 8391d648e2
4 changed files with 3 additions and 1 deletions

View file

@ -35,6 +35,7 @@ using Robust.Shared.Map;
using Robust.Shared.Player;
using Robust.Shared.Prototypes;
using Content.Shared.Movement.Systems;
using Content.Shared.Nutrition.EntitySystems;
namespace Content.Server.Vampire;

View file

@ -4,6 +4,7 @@ using Content.Server.Body.Systems;
using Content.Shared._Sunrise.BloodCult.Components;
using Content.Shared._Sunrise.BloodCult.Items;
using Content.Shared.Body.Components;
using Content.Shared.Body.Systems;
using Content.Shared.Chemistry.Components;
using Content.Shared.Chemistry.EntitySystems;
using Content.Shared.Damage;

View file

@ -9,6 +9,7 @@ using Content.Shared.IdentityManagement.Components;
using Content.Shared.Inventory.Events;
using Content.Shared.Mobs;
using Content.Shared.Mobs.Components;
using Content.Shared.Nutrition.Components;
using Content.Shared.Popups;
using Content.Shared.Throwing;
using Content.Shared.Weapons.Melee.Events;

View file

@ -9,7 +9,6 @@ using Robust.Shared.Utility;
using Content.Shared.Chemistry.Reagent;
using Content.Shared.Whitelist;
using System.Linq;
using Content.Server.Body.Components;
namespace Content.Shared.Body.Systems
{