Skip to content

Commit

Permalink
code cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
HellCatten committed Aug 29, 2024
1 parent 3221010 commit 7a77e8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Content.Server/Cloning/CloningSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
using Content.Shared.Damage.ForceSay;
using Content.Server.Polymorph.Components;
using Content.Shared.Chat;
using Content.Shared.Damage.Prototypes;
using Content.Shared.Drunk;
using Content.Shared.FixedPoint;
using Content.Shared.Nutrition.Components;
Expand Down Expand Up @@ -85,7 +84,6 @@ public sealed class CloningSystem : EntitySystem
[Dependency] private readonly SharedJobSystem _jobs = default!;
[Dependency] private readonly MetempsychoticMachineSystem _metem = default!; //DeltaV
[Dependency] private readonly TagSystem _tag = default!; //DeltaV
[Dependency] private readonly DamageableSystem _damage = default!; //WD edit
[Dependency] private readonly HungerSystem _hunger = default!; //WD edit
[Dependency] private readonly ThirstSystem _thirst = default!; //WD edit
[Dependency] private readonly SharedDrunkSystem _drunk = default!; //WD edit
Expand Down

0 comments on commit 7a77e8b

Please sign in to comment.