Fixed namespaces in Devil systems
This commit is contained in:
parent
13abdb6e08
commit
79a7609d88
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue