Killer tomatoes (#26053)
* make tomatoes * many friends! many mommies * finish * renaming system * fix * Update miscellaneous.yml * Update Content.Server/NPC/Systems/NPCImpritingBehaviourSystem.cs Co-authored-by: faint <46868845+ficcialfaint@users.noreply.github.com> * N * deleete exception? * merge conflict fix * fix? * fuck you * sloth fixes * fixess? * fix --------- Co-authored-by: faint <46868845+ficcialfaint@users.noreply.github.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Shared.NPC.Components;
|
||||
/// Prevents an NPC from attacking ignored entities from enemy factions.
|
||||
/// Can be added to if pettable, see PettableFriendComponent.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent, Access(typeof(NpcFactionSystem))]
|
||||
[RegisterComponent, NetworkedComponent, Access(typeof(NpcFactionSystem), typeof(SharedNPCImprintingOnSpawnBehaviourSystem))] // TO DO (Metalgearsloth): If we start adding a billion access overrides they should be going through a system as then there's no reason to have access, but I'll fix this when I rework npcs.
|
||||
public sealed partial class FactionExceptionComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
namespace Content.Shared.NPC.Systems;
|
||||
|
||||
public abstract partial class SharedNPCImprintingOnSpawnBehaviourSystem : EntitySystem
|
||||
{
|
||||
}
|
||||
5
Content.Shared/NPC/Systems/SharedNPCSystem.cs
Normal file
5
Content.Shared/NPC/Systems/SharedNPCSystem.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace Content.Shared.NPC.Systems;
|
||||
|
||||
public abstract partial class SharedNPCSystem : EntitySystem
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user