Skip to content

Commit

Permalink
Merge remote-tracking branch 'EE-Personal/Psionic-Power-Refactor' int…
Browse files Browse the repository at this point in the history
…o Upstream-Merge-7/11/2024
  • Loading branch information
VMSolidus committed Jul 12, 2024
2 parents 89a7d37 + 2b9d813 commit ba3090f
Show file tree
Hide file tree
Showing 22 changed files with 212 additions and 1,372 deletions.
1 change: 0 additions & 1 deletion Content.Client/Entry/EntryPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ public override void Init()
_prototypeManager.RegisterIgnore("alertLevels");
_prototypeManager.RegisterIgnore("nukeopsRole");
_prototypeManager.RegisterIgnore("stationGoal");
_prototypeManager.RegisterIgnore("npcConversationTree");

_componentFactory.GenerateNetIds();
_adminManager.Initialize();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private void OnClientTypingChanged(TypingChangedEvent ev, EntitySessionEventArgs
SetTypingIndicatorEnabled(uid.Value, ev.IsTyping);
}

public void SetTypingIndicatorEnabled(EntityUid uid, bool isEnabled, AppearanceComponent? appearance = null)
private void SetTypingIndicatorEnabled(EntityUid uid, bool isEnabled, AppearanceComponent? appearance = null)
{
if (!Resolve(uid, ref appearance, false))
return;
Expand Down
152 changes: 0 additions & 152 deletions Content.Server/NPC/Components/NPCConversationComponent.cs

This file was deleted.

63 changes: 0 additions & 63 deletions Content.Server/NPC/Events/NPCConversationEvents.cs

This file was deleted.

154 changes: 0 additions & 154 deletions Content.Server/NPC/Prototypes/NPCConversationTreePrototype.cs

This file was deleted.

Loading

0 comments on commit ba3090f

Please sign in to comment.