Skip to content

Commit

Permalink
Update NukeopsRuleSystem.cs
Browse files Browse the repository at this point in the history
Webedit ops


Signed-off-by: Debug <[email protected]>
  • Loading branch information
DebugOk authored Feb 22, 2024
1 parent 0f9414b commit 515db24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Content.Server/GameTicking/Rules/NukeopsRuleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
using Content.Server.Store.Systems;
using Content.Shared.CCVar;
using Content.Shared.Dataset;
using Content.Shared.DeltaV.Abilities;
using Content.Shared.Humanoid;
using Content.Shared.Humanoid.Prototypes;
using Content.Shared.Mind;
Expand Down Expand Up @@ -907,6 +908,7 @@ private void SetupOperativeEntity(EntityUid mob, string name, string gear, Human
{
_metaData.SetEntityName(mob, name);
EnsureComp<NukeOperativeComponent>(mob);
EnsureComp<DefaultVisionComponent>(mob); // DeltaV - Ensures Vulps and Harpies dont spawn with their respective vision filter

if (profile != null)
{
Expand Down

0 comments on commit 515db24

Please sign in to comment.