Skip to content

Commit

Permalink
:trollface:
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Oct 24, 2024
1 parent 931b808 commit 3e3f971
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
using Content.Shared.Actions;
using Content.Shared.Abilities.Psionics;
using Content.Shared.StatusEffect;
using Content.Shared.Popups;
using Robust.Shared.Prototypes;
using Robust.Shared.Timing;
using Content.Shared.Mind;
using Content.Shared.Actions.Events;

namespace Content.Server.Abilities.Psionics
{
public sealed class MetapsionicPowerSystem : EntitySystem
{
[Dependency] private readonly IPrototypeManager _prototypeManager = default!;
[Dependency] private readonly StatusEffectsSystem _statusEffects = default!;
[Dependency] private readonly SharedActionsSystem _actions = default!;
[Dependency] private readonly EntityLookupSystem _lookup = default!;
[Dependency] private readonly SharedPopupSystem _popups = default!;
[Dependency] private readonly SharedPsionicAbilitiesSystem _psionics = default!;
[Dependency] private readonly IGameTiming _gameTiming = default!;

public override void Initialize()
{
Expand Down
2 changes: 0 additions & 2 deletions Content.Shared/DeltaV/Recruiter/RecruiterPenComponent.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using Content.Shared.FixedPoint;
using Content.Shared.NPC.Prototypes;
using Content.Shared.Whitelist;
using Robust.Shared.GameStates;
using Robust.Shared.Prototypes;
using Robust.Shared.Serialization;

namespace Content.Shared.DeltaV.Recruiter;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@
- state: default
- state: idseniorofficer
- type: IdCard # DeltaV - Change senior job titles
jobTitle: job-alt-title-senior-officer = Senior Officer
jobTitle: job-alt-title-senior-officer
jobIcon: JobIconSeniorOfficer

- type: entity
Expand Down

0 comments on commit 3e3f971

Please sign in to comment.