Skip to content

Commit

Permalink
move carrying to shared and fully refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Dec 18, 2024
1 parent 6850bb6 commit 8145c02
Show file tree
Hide file tree
Showing 17 changed files with 478 additions and 567 deletions.
2 changes: 1 addition & 1 deletion Content.Server/DeltaV/GlimmerWisp/LifeDrainerSystem.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Content.Shared.ActionBlocker;
using Content.Shared.Damage;
using Content.Shared.DeltaV.Carrying;
using Content.Shared.DoAfter;
using Content.Shared.Interaction;
using Content.Shared.Mobs.Systems;
Expand All @@ -11,7 +12,6 @@
using Content.Shared.Verbs;
using Content.Shared.Whitelist;
using Content.Server.NPC.Components;
using Content.Server.Carrying;
using Robust.Shared.Audio.Systems;
using Robust.Shared.Player;
using Robust.Shared.Utility;
Expand Down
11 changes: 0 additions & 11 deletions Content.Server/Nyanotrasen/Carrying/BeingCarriedComponent.cs

This file was deleted.

17 changes: 0 additions & 17 deletions Content.Server/Nyanotrasen/Carrying/CarriableComponent.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Content.Server/Nyanotrasen/Carrying/CarryingComponent.cs

This file was deleted.

Loading

0 comments on commit 8145c02

Please sign in to comment.