Fixed namespaces in Devil systems

This commit is contained in:
Vanessa 2025-12-24 17:07:10 -06:00
parent 13abdb6e08
commit 79a7609d88
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ using Content.Shared._Goobstation.CheatDeath;
using Content.Shared._Goobstation.Devour.Events;
using Content.Server._Shitmed.DelayedDeath;
using Content.Server.Actions;
using Content.Server.Administration.Systems;
using Content.Shared.Administration.Systems;
using Content.Server.Jittering;
using Content.Shared.Damage;
using Content.Shared.Examine;

View File

@ -7,7 +7,7 @@
using Content.Shared._Goobstation.Devil;
using Content.Shared._Goobstation.Devil.Condemned;
using Content.Shared._Goobstation.Devil.UI;
using Content.Server.Administration.Systems;
using Content.Shared.Administration.Systems;
using Content.Server.Mind;
using Content.Shared.Interaction;
using Content.Shared.Mobs;

View File

@ -16,7 +16,7 @@ using Content.Shared._Goobstation.Devil;
using Content.Shared._Goobstation.Devil.Condemned;
using Content.Shared._Goobstation.Exorcism;
using Content.Server.Actions;
using Content.Server.Administration.Systems;
using Content.Shared.Administration.Systems;
using Content.Server.Antag.Components;
using Content.Server.Atmos.Components;
using Content.Server.Body.Systems;