Skip to content

Commit

Permalink
bunch of fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AwareFoxy committed Dec 7, 2024
1 parent f1a0482 commit 927d991
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public sealed partial class HereticBladeSystem : EntitySystem
[Dependency] private readonly DamageableSystem _damage = default!;
[Dependency] private readonly IPrototypeManager _proto = default!;
[Dependency] private readonly TemperatureSystem _temp = default!;
[Dependency] private readonly TeleportSystem _teleport = default!;

public override void Initialize()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using Content.Server.Speech.EntitySystems;
using Content.Server.Temperature.Components;
using Content.Server.Temperature.Systems;
using Content.Shared._White.Standing;
using Content.Shared._CorvaxNext.Standing;
using Content.Shared.Damage;
using Content.Shared.Damage.Systems;
using Content.Shared.DoAfter;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Content.Server.Heretic.Components.PathSpecific;
using Content.Shared._Shitmed.Body.Events;
using Content.Shared._CorvaxNext.Surgery;
using Content.Shared.Body.Part;
using Content.Shared.Damage;
using Content.Shared.Damage.Events;
Expand Down

0 comments on commit 927d991

Please sign in to comment.