Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
162 changes: 0 additions & 162 deletions Content.Client/_Exodus/Movement/Systems/WaddleAnimationSystem.cs

This file was deleted.

90 changes: 0 additions & 90 deletions Content.Client/_Exodus/NPC/NpcFactionEui.cs

This file was deleted.

29 changes: 0 additions & 29 deletions Content.Client/_Exodus/NPC/UI/NpcFactionEditWindow.xaml

This file was deleted.

55 changes: 0 additions & 55 deletions Content.Client/_Exodus/NPC/UI/NpcFactionEditWindow.xaml.cs

This file was deleted.

7 changes: 0 additions & 7 deletions Content.Client/_Exodus/Seal/SealSystem.cs

This file was deleted.

18 changes: 0 additions & 18 deletions Content.Server/Administration/Systems/AdminVerbSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
using Robust.Shared.Utility;
using System.Linq;
using static Content.Shared.Configurable.ConfigurationComponent;
using Content.Server.Exodus.NPC; // Exodus-FactionsAdminEditor
using Content.Shared.NPC.Components; // Exodus-FactionsAdminEditor

namespace Content.Server.Administration.Systems
{
Expand Down Expand Up @@ -392,22 +390,6 @@ private void AddAdminVerbs(GetVerbsEvent<Verb> args)
Icon = new SpriteSpecifier.Rsi(new ResPath("/Textures/Interface/Actions/actions_borg.rsi"), "state-laws"),
});
}

// Exodus-FactionsAdminEditor-Start
if (HasComp<NpcFactionMemberComponent>(args.Target))
{
args.Verbs.Add(new Verb()
{
Text = Loc.GetString("npc-faction-ui-verb"),
Category = VerbCategory.Admin,
Act = () =>
{
var ui = new NpcFactionEui(args.Target);
_euiManager.OpenEui(ui, player);
},
});
}
// Exodus-FactionsAdminEditor-End
}
}

Expand Down
Loading
Loading