Skip to content

Commit

Permalink
delete goob things
Browse files Browse the repository at this point in the history
  • Loading branch information
Roudenn committed Dec 1, 2024
1 parent 64130bd commit 0d32b54
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 63 deletions.
2 changes: 1 addition & 1 deletion Content.Shared/Backmen/Surgery/SanitizedComponent.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Robust.Shared.GameStates;
using Robust.Shared.Prototypes;

namespace Content.Shared._Shitmed.Medical.Surgery;
namespace Content.Shared.Backmen.Surgery;

/// <summary>
/// Prevents the entity from causing toxin damage to entities it does surgery on.
Expand Down
3 changes: 1 addition & 2 deletions Content.Shared/Backmen/Surgery/SharedSurgerySystem.Steps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
using Content.Shared.Popups;
using Robust.Shared.Prototypes;
using System.Linq;
using Content.Shared._Shitmed.Medical.Surgery;
using Content.Shared.Backmen.Surgery;
using Content.Shared.Backmen.Mood;
using Content.Shared.Backmen.Surgery.Body.Events;
using Content.Shared.Backmen.Surgery.Body.Organs;
Expand All @@ -24,7 +24,6 @@
using Content.Shared.Backmen.Surgery.Steps.Parts;
using Content.Shared.Backmen.Surgery.Tools;
using Content.Shared.Containers.ItemSlots;
using Content.Shared.Medical.Surgery;
using AmputateAttemptEvent = Content.Shared.Body.Events.AmputateAttemptEvent;

namespace Content.Shared.Backmen.Surgery;
Expand Down
12 changes: 0 additions & 12 deletions Content.Shared/Body/Systems/SharedBodySystem.Body.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@
using Robust.Shared.Map;
using Robust.Shared.Utility;

// Shitmed Change
/*using Content.Shared._Shitmed.Body.Events;
using Content.Shared._Shitmed.Body.Part;
using Content.Shared._Shitmed.Humanoid.Events;
using Content.Shared._Shitmed.Targeting;
using Content.Shared.Containers.ItemSlots;
using Content.Shared.Damage;
using Content.Shared.FixedPoint;
using Content.Shared.Humanoid;
using Content.Shared.Inventory.Events;
using Content.Shared.Rejuvenate;
using Content.Shared.Standing;*/
using Robust.Shared.Timing;

namespace Content.Shared.Body.Systems;
Expand Down
31 changes: 0 additions & 31 deletions Resources/Prototypes/_Goobstation/Recipes/Lathes/medical.yml

This file was deleted.

17 changes: 0 additions & 17 deletions Resources/Prototypes/_Goobstation/Research/civilianservices.yml

This file was deleted.

0 comments on commit 0d32b54

Please sign in to comment.