Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup and carrying refactor #2466

Merged
merged 5 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions Content.Packaging/Properties/launchSettings.json

This file was deleted.

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
Loading